fix: upgrade vault-plugin-secrets-mongodbatlas to v0.9.0 (#19012)
This commit is contained in:
parent
acee981753
commit
d0bf019be5
2
go.mod
2
go.mod
|
@ -131,7 +131,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.0.0-20221215173052-6b1994edb14e
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.13.3
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.8.0
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.9.0
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.9.0
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.6.0
|
||||
github.com/hashicorp/vault-testing-stepwise v0.1.3-0.20230203193428-3a789cb2c68f
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1168,8 +1168,8 @@ github.com/hashicorp/vault-plugin-secrets-kubernetes v0.0.0-20221215173052-6b199
|
|||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.0.0-20221215173052-6b1994edb14e/go.mod h1:NJeYBRgLVqjvkrVyZEe42oaqP3+xvVNMYdJoMWVoByU=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.13.3 h1:TUKpQY6fmTiUhaZ71/WTamEuK2JH7ESB92T4VZsq4+g=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.13.3/go.mod h1:ikPuEWi2rHaGQCHZuPdn/6D3Bq/25ElX3G9pGeDr0Yg=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.8.0 h1:VREm+cJGUXcPCakaYVxQt8wTVqTwJclsIIk2XuqpPbs=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.8.0/go.mod h1:PLx2vxXukfsKsDRo/PlG4fxmJ1d+H2h82wT3vf4buuI=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.9.0 h1:H3r1gPwzg/lAtXWYpLE2km2eh3tYEbXUxcvV6OyhCEo=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.9.0/go.mod h1:PLx2vxXukfsKsDRo/PlG4fxmJ1d+H2h82wT3vf4buuI=
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.9.0 h1:/6FQzNB4zjep7O14pkVOapwRJvnQ4gINGAc1Ss1IYg8=
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.9.0/go.mod h1:o7mF9tWgDkAD5OvvXWM3bOCqN+n/cCpaMm1CrEUZkHc=
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.6.0 h1:N5s1ojXyG8gBZlx6BdqE04LviR0rw4vX1dDDMdnEzX8=
|
||||
|
|
Loading…
Reference in New Issue