Specify go-oidc v2 for update-deps

This commit is contained in:
Jeff Mitchell 2018-05-22 15:42:54 -04:00
parent 44678e9ada
commit 18f23f68a1
1 changed files with 4 additions and 0 deletions

View File

@ -32,8 +32,12 @@ govendor init
echo "Fetching deps, will take some time..."
govendor fetch +missing
# Clean up after the logrus mess
govendor remove github.com/Sirupsen/logrus
cd vendor
find -type f | grep '.go' | xargs sed -i -e 's/Sirupsen/sirupsen/'
# Need the v2 branch for Azure
govendor fetch github.com/coreos/go-oidc@v2
echo "Done; to commit run \n\ncd ${GOPATH}/src/github.com/hashicorp/${TOOL}\n"