1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-01 16:06:54 +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

@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
require (
github.com/redis/go-redis/extra/rediscmd/v9 v9.7.1
github.com/redis/go-redis/v9 v9.7.1
github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3
github.com/redis/go-redis/v9 v9.7.3
go.opencensus.io v0.24.0
)
@ -18,4 +18,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // 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.
)