update sdk to 0.3.0 (#12946)
* update sdk to 0.3.0 * vault go mod update
This commit is contained in:
parent
350ecd6bc5
commit
849f4f8544
|
@ -16,7 +16,7 @@ require (
|
|||
github.com/hashicorp/go-rootcerts v1.0.2
|
||||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1
|
||||
github.com/hashicorp/hcl v1.0.0
|
||||
github.com/hashicorp/vault/sdk v0.2.1
|
||||
github.com/hashicorp/vault/sdk v0.3.0
|
||||
github.com/mitchellh/mapstructure v1.4.2
|
||||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
||||
|
|
2
go.mod
2
go.mod
|
@ -116,7 +116,7 @@ require (
|
|||
github.com/hashicorp/vault/api v1.2.0
|
||||
github.com/hashicorp/vault/api/auth/approle v0.0.0-00010101000000-000000000000
|
||||
github.com/hashicorp/vault/api/auth/userpass v0.0.0-00010101000000-000000000000
|
||||
github.com/hashicorp/vault/sdk v0.2.2-0.20211014165207-28bd5c3a0311
|
||||
github.com/hashicorp/vault/sdk v0.3.0
|
||||
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.2
|
||||
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
|
||||
|
|
Loading…
Reference in New Issue