File tree Expand file tree Collapse file tree 12 files changed +23
-16
lines changed
Expand file tree Collapse file tree 12 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 55replace github.com/redis/go-redis/v9 => ../..
66
77require (
8- github.com/redis/go-redis/v9 v9.7.2
8+ github.com/redis/go-redis/v9 v9.7.3
99 go.uber.org/zap v1.24.0
1010)
1111
Original file line number Diff line number Diff line change 44
55replace github.com/redis/go-redis/v9 => ../..
66
7- require github.com/redis/go-redis/v9 v9.7.2
7+ require github.com/redis/go-redis/v9 v9.7.3
88
99require (
1010 github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change 44
55replace github.com/redis/go-redis/v9 => ../..
66
7- require github.com/redis/go-redis/v9 v9.7.2
7+ require github.com/redis/go-redis/v9 v9.7.3
88
99require (
1010 github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ replace github.com/redis/go-redis/extra/redisotel/v9 => ../../extra/redisotel
99replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
1010
1111require (
12- github.com/redis/go-redis/extra/redisotel/v9 v9.7.2
13- github.com/redis/go-redis/v9 v9.7.2
12+ github.com/redis/go-redis/extra/redisotel/v9 v9.7.3
13+ github.com/redis/go-redis/v9 v9.7.3
1414 github.com/uptrace/uptrace-go v1.21.0
1515 go.opentelemetry.io/otel v1.22.0
1616)
@@ -23,7 +23,7 @@ require (
2323 github.com/go-logr/stdr v1.2.2 // indirect
2424 github.com/golang/protobuf v1.5.3 // indirect
2525 github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
26- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.2 // indirect
26+ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3 // indirect
2727 go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
2828 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
2929 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
Original file line number Diff line number Diff line change 44
55replace github.com/redis/go-redis/v9 => ../..
66
7- require github.com/redis/go-redis/v9 v9.7.2
7+ require github.com/redis/go-redis/v9 v9.7.3
88
99require (
1010 github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
66
77require (
88 github.com/davecgh/go-spew v1.1.1
9- github.com/redis/go-redis/v9 v9.7.2
9+ github.com/redis/go-redis/v9 v9.7.3
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
77replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88
99require (
10- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.2
11- github.com/redis/go-redis/v9 v9.7.2
10+ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3
11+ github.com/redis/go-redis/v9 v9.7.3
1212 go.opencensus.io v0.24.0
1313)
1414
@@ -20,4 +20,5 @@ require (
2020
2121retract (
2222 v9.5.3 // This version was accidentally released.
23+ v9.7.2 // This version was accidentally released.
2324)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/redis/go-redis/v9 => ../..
77require (
88 github.com/bsm/ginkgo/v2 v2.12.0
99 github.com/bsm/gomega v1.27.10
10- github.com/redis/go-redis/v9 v9.7.2
10+ github.com/redis/go-redis/v9 v9.7.3
1111)
1212
1313require (
@@ -17,4 +17,5 @@ require (
1717
1818retract (
1919 v9.5.3 // This version was accidentally released.
20+ v9.7.2 // This version was accidentally released.
2021)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
77replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88
99require (
10- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.2
11- github.com/redis/go-redis/v9 v9.7.2
10+ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3
11+ github.com/redis/go-redis/v9 v9.7.3
1212 go.opentelemetry.io/otel v1.22.0
1313 go.opentelemetry.io/otel/metric v1.22.0
1414 go.opentelemetry.io/otel/sdk v1.22.0
@@ -23,4 +23,7 @@ require (
2323 golang.org/x/sys v0.16.0 // indirect
2424)
2525
26- retract v9.5.3 // This version was accidentally released.
26+ retract (
27+ v9.5.3 // This version was accidentally released.
28+ v9.7.2 // This version was accidentally released.
29+ )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
66
77require (
88 github.com/prometheus/client_golang v1.14.0
9- github.com/redis/go-redis/v9 v9.7.2
9+ github.com/redis/go-redis/v9 v9.7.3
1010)
1111
1212require (
@@ -24,4 +24,5 @@ require (
2424
2525retract (
2626 v9.5.3 // This version was accidentally released.
27+ v9.7.2 // This version was accidentally released.
2728)
You can’t perform that action at this time.
0 commit comments