1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

release 9.7.3, retract 9.7.2 (#3314) (#3315)

This commit is contained in:
Nedyalko Dyakov
2025-03-21 13:13:14 +02:00
committed by GitHub
parent 11efd6a01e
commit 34222bffeb
12 changed files with 34 additions and 20 deletions

View File

@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
require (
github.com/prometheus/client_golang v1.14.0
github.com/redis/go-redis/v9 v9.7.1
github.com/redis/go-redis/v9 v9.7.3
)
require (
@ -22,4 +22,7 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
)
retract v9.5.3 // This version was accidentally released.
retract (
v9.5.3 // This version was accidentally released.
v9.7.2 // This version was accidentally released.
)