mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Use new sdk and api versions (#22771)
This commit is contained in:
parent
dcb7083260
commit
23932dee23
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -151,10 +151,10 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.7.1
|
||||
github.com/hashicorp/vault-testing-stepwise v0.1.3
|
||||
github.com/hashicorp/vault/api v1.9.2
|
||||
github.com/hashicorp/vault/api v1.10.0
|
||||
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.9.3-0.20230831152851-56ce89544e64
|
||||
github.com/hashicorp/vault/sdk v0.10.0
|
||||
github.com/hashicorp/vault/vault/hcp_link/proto v0.0.0-20230201201504-b741fa893d77
|
||||
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
||||
github.com/jackc/pgx/v4 v4.18.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue