Update SDK
This commit is contained in:
parent
7b833aaec8
commit
29f12581a8
2
go.mod
2
go.mod
|
@ -86,7 +86,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.5.2-0.20190814210149-315cdbf5de6e
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.5.2-0.20191017213228-e8cf7060a4d0
|
||||
github.com/hashicorp/vault/api v1.0.5-0.20191108163347-bdd38fca2cff
|
||||
github.com/hashicorp/vault/sdk v0.1.14-0.20191108161836-82f2b5571044
|
||||
github.com/hashicorp/vault/sdk v0.1.14-0.20191112033314-390e96e22eb2
|
||||
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
|
||||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
||||
github.com/jackc/pgx v3.3.0+incompatible // indirect
|
||||
|
|
|
@ -9,6 +9,6 @@ var (
|
|||
CgoEnabled bool
|
||||
|
||||
Version = "1.3.0"
|
||||
VersionPrerelease = "dev"
|
||||
VersionPrerelease = ""
|
||||
VersionMetadata = ""
|
||||
)
|
||||
|
|
|
@ -402,7 +402,7 @@ github.com/hashicorp/vault-plugin-secrets-gcpkms
|
|||
github.com/hashicorp/vault-plugin-secrets-kv
|
||||
# github.com/hashicorp/vault/api v1.0.5-0.20191108163347-bdd38fca2cff => ./api
|
||||
github.com/hashicorp/vault/api
|
||||
# github.com/hashicorp/vault/sdk v0.1.14-0.20191108161836-82f2b5571044 => ./sdk
|
||||
# github.com/hashicorp/vault/sdk v0.1.14-0.20191112033314-390e96e22eb2 => ./sdk
|
||||
github.com/hashicorp/vault/sdk/helper/salt
|
||||
github.com/hashicorp/vault/sdk/helper/strutil
|
||||
github.com/hashicorp/vault/sdk/helper/wrapping
|
||||
|
|
Loading…
Reference in New Issue