mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-15 22:19:27 -04:00
Merge f8dce7cf44 into 54d6d84268
This commit is contained in:
commit
7f4ff2c123
2 changed files with 5 additions and 5 deletions
6
go.mod
6
go.mod
|
|
@ -163,14 +163,14 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.23.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.13.1
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.26.2
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.1
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.2-0.20260401003732-cd61e675df77
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.18.0
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.14.1
|
||||
github.com/hashicorp/vault-testing-stepwise v0.3.3
|
||||
github.com/hashicorp/vault/api v1.22.0
|
||||
github.com/hashicorp/vault/api v1.23.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.24.0
|
||||
github.com/hashicorp/vault/sdk v0.25.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/jcmturner/gokrb5/v8 v8.4.4
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -871,8 +871,8 @@ github.com/hashicorp/vault-plugin-secrets-kubernetes v0.13.1 h1:ug+5nibS3AulD3El
|
|||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.13.1/go.mod h1:t34JjbPLaLrhvwb7iKmvW9y72o7ZhxGfN0Q3yClsV8Y=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.26.2 h1:5ruO7aTfQqOKIuC+G6hXQbBKXZ6sPGDA3s2oCtyGtdU=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.26.2/go.mod h1:VRZ9QtAibng01WsVj95vpF0oiEDuDTpBp2PSjxYyARI=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.1 h1:WezfLs6aH9MOWLux1XJ/8Z2kJncVQWRHJ1hKfXIjRKg=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.1/go.mod h1:3mLTbgTz8GShAf81IFT0WdKAUjJoIMg/qmucHJfHiD8=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.2-0.20260401003732-cd61e675df77 h1:f186BA+uO6T/O/TUxYIr+SmopULBSwT84CXJfMH94wE=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.2-0.20260401003732-cd61e675df77/go.mod h1:ESJU+t5IoStSWuqALNNRUZe/NT9WBfcaRqr76AHKF1Y=
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.18.0 h1:m2OlgzCKFlBP+/dpRMRsyu9gfwsWCWjJNRpU6UNgIE4=
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.18.0/go.mod h1:HO9g8SO9blk3ayPBaHA0dIo4YgpASSkY7fy2DEY57bI=
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.14.1 h1:okWkXeDbTElc1tA2TzPsNV5yEa1fcttXZFMIKn2fVQk=
|
||||
|
|
|
|||
Loading…
Reference in a new issue