Use stable releases of Golang's dep tool

This commit is contained in:
2018-05-06 11:31:47 +01:00
parent 4eddfdf6ac
commit f6349309b3
2 changed files with 2 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ main() {
chromedriver
colordiff
ctop
dep
dpkg
geckodriver
git

View File

@@ -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