mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Update dep script
This commit is contained in:
@@ -44,11 +44,14 @@ govendor fetch -v github.com/coreos/go-oidc@v2
|
|||||||
govendor fetch -v github.com/ory/dockertest@v3
|
govendor fetch -v github.com/ory/dockertest@v3
|
||||||
|
|
||||||
# Current influx master is alpha, pin to v1.7.3
|
# Current influx master is alpha, pin to v1.7.3
|
||||||
govendor fetch github.com/influxdata/influxdb/client/v2@v1.7.3
|
govendor fetch github.com/influxdata/influxdb/client/v2@v1.7.4
|
||||||
govendor fetch github.com/influxdata/influxdb/models@v1.7.3
|
govendor fetch github.com/influxdata/influxdb/models@v1.7.4
|
||||||
govendor fetch github.com/influxdata/influxdb/pkg/escape@v1.7.3
|
govendor fetch github.com/influxdata/influxdb/pkg/escape@v1.7.4
|
||||||
|
|
||||||
# Current circonus needs v3
|
# Current circonus needs v3
|
||||||
grep circonus-gometrics vendor/vendor.json | cut -d '"' -f 4 | while read -r i; do govendor fetch $i@v2; done
|
grep circonus-gometrics vendor.json | cut -d '"' -f 4 | while read -r i; do govendor fetch $i@v2; done
|
||||||
|
|
||||||
|
# API breakage
|
||||||
|
govendor fetch github.com/satori/go.uuid@f58768cc1a7a7e77a3bd49e98cdd21419399b6a3
|
||||||
|
|
||||||
echo "Done; to commit run \n\ncd ${GOPATH}/src/github.com/hashicorp/${TOOL}\n"
|
echo "Done; to commit run \n\ncd ${GOPATH}/src/github.com/hashicorp/${TOOL}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user