Coder Social home page Coder Social logo

Comments (2)

LukeShu avatar LukeShu commented on July 18, 2024

Ugg, this is because of some weirdness with how Consul split their go.mod file; it's confusing the version check in the Makefile in to thinking everything's OK when it's not. This is already fixed on AES's master branch (by virtue of upgrading the Consul libraries) and will be fixed in 1.13.0; but we should fix the examples for 1.12, certainly.

The example plugins that don't use github.com/hashicorp/consul/* should all work fine.

Is it possible to get a complete dependency graph of AES 1.12.2 for it seems quite impossible to successfully/correctly build any kind of non-trivial plugin?

Yes, so that's what it's doing when the Makefile runs:

docker run --rm --entrypoint=cat docker.io/datawire/aes:1.12.2 /ambassador/aes-abi.txt > aes-abi.txt

aes-abi.txt is the definitive listing of what went in to the actual AES executable. Alternatively, if you don't want to trust that, you can run go version -m /path/to/file on the /usr/local/bin/amb-sidecar file from the AES image (go is not installed in the image; you can apk add go, or extract the file from the image).

from aes-example-plugins.

kriptor avatar kriptor commented on July 18, 2024

@LukeShu thanks for the explanation, I appreciate it.

from aes-example-plugins.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.