Use go get -u to fetch initial deps
This commit is contained in:
parent
0b095f43bb
commit
b29c013706
8
Makefile
8
Makefile
@ -63,10 +63,10 @@ bootstrap:
|
|||||||
gox -build-toolchain
|
gox -build-toolchain
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
go get github.com/tools/godep
|
go get -u github.com/tools/godep
|
||||||
go get golang.org/x/tools/cmd/cover
|
go get -u golang.org/x/tools/cmd/cover
|
||||||
go get github.com/mitchellh/gox
|
go get -u github.com/mitchellh/gox
|
||||||
go get github.com/jteeuwen/go-bindata/...
|
go get -u github.com/jteeuwen/go-bindata/...
|
||||||
godep restore
|
godep restore
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user