From e48f99e2cf30d46141f8ab398cbfe6a60da98b8a Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 30 Dec 2015 10:59:58 -0800 Subject: [PATCH] Bump godep release - bugs seem to be fixed. --- hack/verify-godeps.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hack/verify-godeps.sh b/hack/verify-godeps.sh index c7d79692998..5144262922b 100755 --- a/hack/verify-godeps.sh +++ b/hack/verify-godeps.sh @@ -18,11 +18,8 @@ set -o errexit set -o nounset set -o pipefail -# release v33 fails because of godep: error restoring dep (github.com/google/btree): found packages btree (btree.go) and main (btree_mem.go) in /tmp/gopath.aSHREx/src/github.com/google/btree -# release v34 fails because godep save just hangs forever -# release v35 fails because of godep: error restoring dep (github.com/Sirupsen/logrus): Unable to find dependent package golang.org/x/sys/unix in context of /tmp/gopath.aSHREx/src/github.com/Sirupsen/logrus -# https://github.com/tools/godep/issues/359 -GODEP_RELEASE=v32 +# Lock this to a release that is known to work. We can bump this as needed. +GODEP_RELEASE=v45 #### HACK #### # Sometimes godep just can't handle things. This lets use manually put