-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Use Go's new standard vendoring in 1.6+ #728
Comments
Sure, that's fine. But I think we should do a subtree merge or something like that to make sure that the history of vendoring isn't lost. |
I just tried |
@cyphar I'm pretty sure that godep and glide are best vendoring tools now(glide even can vendor docker dependencies). I hate godep workflow, but it cleans unneeded files and that's only reason I prefer it over glide. |
@monstermunchkin said that The reason I don't like |
Yeah, I tried govend. It's really nice. |
We are now using go 1.6 if anyone would like to do the work of porting over our vendor dependencies to the new schema. |
DIBS |
I think I saw a PR from @cyphar that implemented this? sent from mobile
|
It's from @LK4D4 actually
|
@jfrazelle you trying to crash my browser giving me a link with |
so I was stuck there and yeah... |
I think we resolved our vendoring issues using |
Carry: opencontainers#728 Signed-off-by: Rob Dolin <[email protected]> Signed-off-by: Qiang Huang <[email protected]>
I also suggest https://github.com/kardianos/govendor over Godeps.
The text was updated successfully, but these errors were encountered: