Use go get -u to fetch initial deps

This commit is contained in:
Dan Sosedoff 2018-04-26 00:04:48 -05:00
parent 0b095f43bb
commit b29c013706

View File

@ -63,10 +63,10 @@ bootstrap:
gox -build-toolchain
setup:
go get github.com/tools/godep
go get golang.org/x/tools/cmd/cover
go get github.com/mitchellh/gox
go get github.com/jteeuwen/go-bindata/...
go get -u github.com/tools/godep
go get -u golang.org/x/tools/cmd/cover
go get -u github.com/mitchellh/gox
go get -u github.com/jteeuwen/go-bindata/...
godep restore
clean: