Re-add dockertest and fix up imports and update script (#4909)

This commit is contained in:
Jeff Mitchell
2018-07-11 17:49:13 -04:00
committed by GitHub
parent 96800455df
commit dba48d5265
319 changed files with 34149 additions and 17 deletions

View File

@@ -40,4 +40,7 @@ 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
# Need the v3 branch for dockertest
govendor fetch github.com/ory/dockertest@v3
echo "Done; to commit run \n\ncd ${GOPATH}/src/github.com/hashicorp/${TOOL}\n"