Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
vendor all the things #5805
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedJul 15, 2016
•
Edited 1 time
-
ericsnowcurrently
Jul 15, 2016
Command used:
awk '{system("gvt fetch -no-recurse -revision " $3 " " $1)}' dependencies.tsv
Then changed vendor/gopkg.in/mgo.v2 to use the v2-unstable branch, and
fixed the internal paths to point to v2 instead of v2-unstable.
There are a few changes to the verify.bash script, mostly
because "go list ./..." does not ignore the vendor package.
(Review request: http://reviews.vapour.ws/r/5246/)