Pin godeps to v53.

pull/6/head
goltermann 2016-02-23 11:53:04 -08:00
parent 30e75be5a9
commit 945000153d
1 changed files with 4 additions and 1 deletions

View File

@ -56,8 +56,11 @@ trap cleanup EXIT
# build the godep tool
export GOPATH="${_tmpdir}"
go get -u github.com/tools/godep 2>/dev/null
go install github.com/tools/godep 2>/dev/null
GODEP="${_tmpdir}/bin/godep"
pushd "${GOPATH}/src/github.com/tools/godep" > /dev/null
git checkout v53
"${GODEP}" go install
popd > /dev/null
# fill out that nice clean place with the kube godeps
echo "Starting to download all kubernetes godeps. This takes a while"