Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider shipping release tarball with vendored dependencies #2364

Open
illiliti opened this issue Feb 13, 2022 · 0 comments
Open

Consider shipping release tarball with vendored dependencies #2364

illiliti opened this issue Feb 13, 2022 · 0 comments

Comments

@illiliti
Copy link

For example, dnscrypt-proxy does this by simply maintaining vendor directory. You can also setup CI to vendor dependencies into release tarball without needing to keep vendor directory within repository. Here is the command that can be used for this: go mod vendor

With vendored dependencies, i can build micro from source without internet connection by using this command: go build -mod=vendor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant