properly retract v9.5.3 of redisotel and other extra packages (#3108)

This commit is contained in:
Ivan Pechorin 2024-09-12 04:35:16 +12:00 committed by GitHub
parent 1da50b33ef
commit 9f6171dbf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 0 deletions

View File

@ -17,3 +17,7 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
)
retract (
v9.5.3 // This version was accidentally released.
)

View File

@ -14,3 +14,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)
retract (
v9.5.3 // This version was accidentally released.
)

View File

@ -22,3 +22,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
golang.org/x/sys v0.16.0 // indirect
)
retract (
v9.5.3 // This version was accidentally released.
)

View File

@ -21,3 +21,7 @@ require (
golang.org/x/sys v0.4.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
retract (
v9.5.3 // This version was accidentally released.
)