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 #401

Open
DanielSun100478 opened this issue Mar 18, 2022 Discussed in #394 · 0 comments
Open

Consider shipping release tarball with vendored dependencies #401

DanielSun100478 opened this issue Mar 18, 2022 Discussed in #394 · 0 comments

Comments

@DanielSun100478
Copy link

Discussed in #394

Originally posted by illiliti February 13, 2022
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 age 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