File tree Expand file tree Collapse file tree 17 files changed +25
-28
lines changed Expand file tree Collapse file tree 17 files changed +25
-28
lines changed Original file line number Diff line number Diff line change 5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
7
require (
8
- github.com/redis/go-redis/v9 v9.5.1
8
+ github.com/redis/go-redis/v9 v9.5.3
9
9
go.uber.org/zap v1.24.0
10
10
)
11
11
Original file line number Diff line number Diff line change 1
1
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8 =
2
- github.com/bsm/ginkgo/v2 v2.7 .0 h1:ItPMPH90RbmZJt5GtkcNvIRuGEdwlBItdNVoyzaNQao =
3
- github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y =
2
+ github.com/bsm/ginkgo/v2 v2.12 .0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs =
3
+ github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA =
4
4
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
5
5
github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
6
6
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
- require github.com/redis/go-redis/v9 v9.5.1
7
+ require github.com/redis/go-redis/v9 v9.5.3
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/bsm/ginkgo/v2 v2.7 .0 h1:ItPMPH90RbmZJt5GtkcNvIRuGEdwlBItdNVoyzaNQao =
2
- github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y =
1
+ github.com/bsm/ginkgo/v2 v2.12 .0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs =
2
+ github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA =
3
3
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
4
4
github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
5
5
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
- require github.com/redis/go-redis/v9 v9.5.1
7
+ require github.com/redis/go-redis/v9 v9.5.3
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/bsm/ginkgo/v2 v2.7 .0 h1:ItPMPH90RbmZJt5GtkcNvIRuGEdwlBItdNVoyzaNQao =
2
- github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y =
1
+ github.com/bsm/ginkgo/v2 v2.12 .0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs =
2
+ github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA =
3
3
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
4
4
github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
5
5
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
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
9
9
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
10
10
11
11
require (
12
- github.com/redis/go-redis/extra/redisotel/v9 v9.5.1
13
- github.com/redis/go-redis/v9 v9.5.1
12
+ github.com/redis/go-redis/extra/redisotel/v9 v9.5.3
13
+ github.com/redis/go-redis/v9 v9.5.3
14
14
github.com/uptrace/uptrace-go v1.21.0
15
15
go.opentelemetry.io/otel v1.22.0
16
16
)
@@ -23,7 +23,7 @@ require (
23
23
github.com/go-logr/stdr v1.2.2 // indirect
24
24
github.com/golang/protobuf v1.5.3 // indirect
25
25
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
26
- github.com/redis/go-redis/extra/rediscmd/v9 v9.5.1 // indirect
26
+ github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3 // indirect
27
27
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
28
28
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
29
29
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
- require github.com/redis/go-redis/v9 v9.5.1
7
+ require github.com/redis/go-redis/v9 v9.5.3
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/bsm/ginkgo/v2 v2.7 .0 h1:ItPMPH90RbmZJt5GtkcNvIRuGEdwlBItdNVoyzaNQao =
2
- github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y =
1
+ github.com/bsm/ginkgo/v2 v2.12 .0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs =
2
+ github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA =
3
3
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
4
4
github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
5
5
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
6
6
7
7
require (
8
8
github.com/davecgh/go-spew v1.1.1
9
- github.com/redis/go-redis/v9 v9.5.1
9
+ github.com/redis/go-redis/v9 v9.5.3
10
10
)
11
11
12
12
require (
You can’t perform that action at this time.
0 commit comments