mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Update vault-plugin-database-redis to v0.2.3 (#25289)
* 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:
parent
6488d93775
commit
c55aaf5930
3 changed files with 6 additions and 3 deletions
3
changelog/25289.txt
Normal file
3
changelog/25289.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
database/redis: Update plugin to v0.2.3
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -142,7 +142,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-database-couchbase v0.10.0
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.14.0
|
||||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.11.0
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.2
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.3
|
||||
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3
|
||||
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0
|
||||
github.com/hashicorp/vault-plugin-mock v0.16.1
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -2547,8 +2547,8 @@ github.com/hashicorp/vault-plugin-database-elasticsearch v0.14.0 h1:7v7+WTlQKG/Z
|
|||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.14.0/go.mod h1:JKcIsHm0bi9tdNnwyOQKGkt8vEz/oO3KjQIsisViu1s=
|
||||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.11.0 h1:DNIwrmviDOq/BdIhFaU6wMYolOl/0N54xYBCy41HN3U=
|
||||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.11.0/go.mod h1:DTrqLTHGxHVPudf4OUnxA3RPFDYwDzvTPuGinok/sH8=
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.2 h1:nMpNIDP1Cvw5aMLXp3ObvXmv5c2X3GqBmoPNMtvWe5E=
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.2/go.mod h1:POHYpUTsdJwGE1DSHaDlLjB/CpzBHLfIIVVXElBtbcs=
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.3 h1:Tp/gxLv1XysUgmaufzm9UbP82wZSp8D6nmLw7NqXS8E=
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.3/go.mod h1:VdBXwRbeN597kcmBptvfPRD55BjrExEFEMPOK+NjH5M=
|
||||
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.10.0 h1:XmGY3YsEwhs/LHHO6I9MmiHcI0peL31cQCbHMCniMro=
|
||||
|
|
|
|||
Loading…
Reference in a new issue