-
Notifications
You must be signed in to change notification settings - Fork 701
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
Vendoring dependencies #963
Comments
GoBGP is used in two ways, stand-alone binaries and a package. |
@fujita You are 100% correct. However this is quite a large body of work and it would impact your release management. If this is of any interest I'm willing to lend a hand. |
I plan to use: seems works for both stand-alone binaries and a package (users for a package can just ignore). looks like it's still in the pre-alpha state so let's wait for a while. |
No need to wait.
|
I added the dep: Hopefully, it will be the official means of package management soon: |
There isn't any dependency vendoring. Now that go 1.6 is the latest stable release there isn't any good reason not to have this.
Packages will still be go get-able for convenience.
Are you guys open to this ?
If yes I'm proposing to do it with glide.
Does anyone have a good reason not to do this?
Or preferences for another vendoring tool ?
The text was updated successfully, but these errors were encountered: