From f6349309b328a7e272614357a9ae09f2e42b1a30 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 6 May 2018 11:31:47 +0100 Subject: [PATCH] Use stable releases of Golang's dep tool --- bin/bootstrap-homebrew | 1 + shell/golang.sh | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/bootstrap-homebrew b/bin/bootstrap-homebrew index 4ecce65..8a0f23c 100755 --- a/bin/bootstrap-homebrew +++ b/bin/bootstrap-homebrew @@ -40,6 +40,7 @@ main() { chromedriver colordiff ctop + dep dpkg geckodriver git diff --git a/shell/golang.sh b/shell/golang.sh index 2f9cf54..d2a8ed8 100755 --- a/shell/golang.sh +++ b/shell/golang.sh @@ -14,7 +14,7 @@ path_prepend "$MYGOPATH/bin" # aliases alias gv="govendor" gvm-use() { - gvm use $@ + gvm use "$@" export GOPATH="$GOPATH:$MYGOPATH" } @@ -24,7 +24,6 @@ install_go_global_packages () { github.com/Masterminds/glide github.com/alecthomas/gometalinter github.com/asciimoo/wuzz - github.com/golang/dep/cmd/dep github.com/golang/lint/golint github.com/kardianos/govendor github.com/kisielk/errcheck @@ -39,7 +38,6 @@ install_go_global_packages () { github.com/pmezard/go-difflib/difflib github.com/rakyll/hey github.com/rogpeppe/godef - github.com/tools/godep github.com/vektra/mockery/.../ golang.org/x/tools/cmd/godoc golang.org/x/tools/cmd/goimports