mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Update api & vault to use sdk v0.7.0 (#18765)
This commit is contained in:
committed by
GitHub
parent
771bd8ba6d
commit
b6c02b15f5
@@ -15,7 +15,7 @@ require (
|
||||
github.com/hashicorp/go-rootcerts v1.0.2
|
||||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
|
||||
github.com/hashicorp/hcl v1.0.0
|
||||
github.com/hashicorp/vault/sdk v0.6.0
|
||||
github.com/hashicorp/vault/sdk v0.7.0
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
||||
|
||||
2
go.mod
2
go.mod
@@ -138,7 +138,7 @@ require (
|
||||
github.com/hashicorp/vault/api v1.8.2
|
||||
github.com/hashicorp/vault/api/auth/approle v0.1.0
|
||||
github.com/hashicorp/vault/api/auth/userpass v0.1.0
|
||||
github.com/hashicorp/vault/sdk v0.6.1
|
||||
github.com/hashicorp/vault/sdk v0.7.0
|
||||
github.com/hashicorp/vault/vault/hcp_link/proto v0.0.0-20230106203127-9eaf26716342
|
||||
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
||||
github.com/jackc/pgx/v4 v4.15.0
|
||||
|
||||
Reference in New Issue
Block a user