Update vault-plugin-database-snowflake to v0.10.0 (#25143)

* Automated dependency upgrades

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2024-01-31 12:33:54 -05:00 committed by GitHub
parent effd79b4b9
commit fc0285aada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/25143.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
database/snowflake: Update plugin to v0.10.0
```

2
go.mod
View file

@ -143,7 +143,7 @@ require (
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.10.1
github.com/hashicorp/vault-plugin-database-redis v0.2.2
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0
github.com/hashicorp/vault-plugin-mock v0.16.1
github.com/hashicorp/vault-plugin-secrets-ad v0.16.2
github.com/hashicorp/vault-plugin-secrets-alicloud v0.15.1

4
go.sum
View file

@ -2293,8 +2293,8 @@ github.com/hashicorp/vault-plugin-database-redis v0.2.2 h1:nMpNIDP1Cvw5aMLXp3Obv
github.com/hashicorp/vault-plugin-database-redis v0.2.2/go.mod h1:POHYpUTsdJwGE1DSHaDlLjB/CpzBHLfIIVVXElBtbcs=
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3 h1:Y2/teLlrYR80LATq4T2EZJgeQFkYUvExH1WUfssi2IU=
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3/go.mod h1:eGj+U2NroyrtKqdNAoOG7is2mbmSIoTvDA0EETqWTDI=
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1 h1:KWwZfBVY1AGhuGogzsghQafEb/6jXBdeqjh9tIJzKgU=
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1/go.mod h1:COMbAUyRr1KgNLv0R3n0/olFoy3JkXq57VYd5+9ulPw=
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0 h1:XmGY3YsEwhs/LHHO6I9MmiHcI0peL31cQCbHMCniMro=
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0/go.mod h1:COMbAUyRr1KgNLv0R3n0/olFoy3JkXq57VYd5+9ulPw=
github.com/hashicorp/vault-plugin-mock v0.16.1 h1:5QQvSUHxDjEEbrd2REOeacqyJnCLPD51IQzy71hx8P0=
github.com/hashicorp/vault-plugin-mock v0.16.1/go.mod h1:83G4JKlOwUtxVourn5euQfze3ZWyXcUiLj2wqrKSDIM=
github.com/hashicorp/vault-plugin-secrets-ad v0.16.2 h1:AkNt0No686jr0gKxQZQi2QM3b5RrHnbbeHPvUlCxIV0=