mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
chore: release v9.0.2 (release.sh) (#2412)
* chore: release v9.0.2 (release.sh) * chore: remove release in favor of release drafter
This commit is contained in:
committed by
GitHub
parent
e29e42cde2
commit
a38f75b640
@ -5,7 +5,7 @@ go 1.14
|
||||
replace github.com/redis/go-redis/v9 => ../..
|
||||
|
||||
require (
|
||||
github.com/redis/go-redis/v9 v9.0.1
|
||||
github.com/redis/go-redis/v9 v9.0.2
|
||||
go.uber.org/atomic v1.10.0 // indirect
|
||||
go.uber.org/multierr v1.9.0 // indirect
|
||||
go.uber.org/zap v1.24.0
|
||||
|
@ -4,4 +4,4 @@ go 1.14
|
||||
|
||||
replace github.com/redis/go-redis/v9 => ../..
|
||||
|
||||
require github.com/redis/go-redis/v9 v9.0.1
|
||||
require github.com/redis/go-redis/v9 v9.0.2
|
||||
|
@ -4,4 +4,4 @@ go 1.14
|
||||
|
||||
replace github.com/redis/go-redis/v9 => ../..
|
||||
|
||||
require github.com/redis/go-redis/v9 v9.0.1
|
||||
require github.com/redis/go-redis/v9 v9.0.2
|
||||
|
@ -9,8 +9,8 @@ replace github.com/redis/go-redis/extra/redisotel/v9 => ../../extra/redisotel
|
||||
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
|
||||
|
||||
require (
|
||||
github.com/redis/go-redis/extra/redisotel/v9 v9.0.1
|
||||
github.com/redis/go-redis/v9 v9.0.1
|
||||
github.com/redis/go-redis/extra/redisotel/v9 v9.0.2
|
||||
github.com/redis/go-redis/v9 v9.0.2
|
||||
github.com/uptrace/uptrace-go v1.12.0
|
||||
go.opentelemetry.io/otel v1.12.0
|
||||
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
|
||||
|
@ -4,4 +4,4 @@ go 1.14
|
||||
|
||||
replace github.com/redis/go-redis/v9 => ../..
|
||||
|
||||
require github.com/redis/go-redis/v9 v9.0.1
|
||||
require github.com/redis/go-redis/v9 v9.0.2
|
||||
|
@ -6,5 +6,5 @@ replace github.com/redis/go-redis/v9 => ../..
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/redis/go-redis/v9 v9.0.1
|
||||
github.com/redis/go-redis/v9 v9.0.2
|
||||
)
|
||||
|
Reference in New Issue
Block a user