1
0
Fork 0

Also install dep CLI

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-09-04 13:25:49 +02:00
parent 3991e6a781
commit 57944d1bff
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -20,8 +20,9 @@ ${GOPATH}/bin/gometalinter --install --update
# Re-Install godebug
go get -u github.com/mailgun/godebug
# Re-Install godep
# Re-Install godep and dep
go get -u github.com/tools/godep
go get -u github.com/golang/dep/cmd/dep
# Re-Install go-bindata
go get -u github.com/jteeuwen/go-bindata/...