Project

General

Profile

Actions

Updating dependencies » History » Revision 1

Revision 1/2 | Next »
Tom Clegg, 05/21/2017 06:43 PM


Updating dependencies

Go

Ensure $GOPATH is set (e.g., to $HOME/go)

go get github.com/kardianos/govendor
go get git.curoverse.com/arvados.git
cd ${GOPATH}/src/git.curoverse.com/arvados.git && govendor update +v

Now $GOPATH/src/git.coroverse.com/arvados.git/vendor/vendor.json is updated with new version specs. Run tests, commit, push.

"+v" means all vendor packages. You can also update a single dependency, etc. See https://github.com/kardianos/govendor

Updated by Tom Clegg almost 7 years ago · 1 revisions