Also install dep CLI
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3991e6a781
commit
57944d1bff
1 changed files with 2 additions and 1 deletions
|
@ -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/...
|
||||
|
|
Loading…
Add table
Reference in a new issue