mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-27 01:50:31 -04:00
Merge 06b22a03bc into 4b91bcdb62
This commit is contained in:
commit
e21febb257
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -172,7 +172,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-gcp v0.24.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.24.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-kv v0.26.3-0.20260601004149-6427f65d8c69
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.17.1
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.18.0
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.14.1
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -903,8 +903,8 @@ github.com/hashicorp/vault-plugin-secrets-gcpkms v0.24.0 h1:kh3ULsvsqYLmJxRO2EW5
|
|||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.24.0/go.mod h1:RK7XvCOc4haR0YXkUi8Rm+O2zBpBWAL4MefK4BkZz0E=
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.13.1 h1:ug+5nibS3AulD3ElaQeD42N0VJsTUwTRVPgJSj0ovvM=
|
||||
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-kv v0.26.3-0.20260601004149-6427f65d8c69 h1:2XYDRxYbx7VVG1d08dvM7lIcTJwUYF6b2+DL29jQ+jk=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.26.3-0.20260601004149-6427f65d8c69/go.mod h1:Woa8+YabIjfLvePXouUMZQVXok9y7dUjJJFkiLU5IQc=
|
||||
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-openldap v0.18.0 h1:m2OlgzCKFlBP+/dpRMRsyu9gfwsWCWjJNRpU6UNgIE4=
|
||||
|
|
|
|||
Loading…
Reference in a new issue