Disable the vendor experiment in hack/verify-godeps.sh

This commit is contained in:
Joe Finney 2016-03-22 13:50:15 -07:00
parent d3e94fcd78
commit 7fb8a8e46c

View File

@ -18,6 +18,9 @@ set -o errexit
set -o nounset
set -o pipefail
# As of go 1.6, the vendor experiment is enabled by default.
export GO15VENDOREXPERIMENT=0
#### HACK ####
# Sometimes godep just can't handle things. This lets use manually put
# some deps in place first, so godep won't fall over.