File tree 12 files changed +34
-20
lines changed
12 files changed +34
-20
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.7.1
8
+ github.com/redis/go-redis/v9 v9.7.3
9
9
go.uber.org/zap v1.24.0
10
10
)
11
11
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.7.1
7
+ require github.com/redis/go-redis/v9 v9.7.3
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.3.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.7.1
7
+ require github.com/redis/go-redis/v9 v9.7.3
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change 1
1
module github.com/redis/go-redis/example/otel
2
2
3
- go 1.19
3
+ go 1.23.0
4
+
4
5
toolchain go1.24.1
5
6
6
7
replace github.com/redis/go-redis/v9 => ../..
@@ -10,8 +11,8 @@ replace github.com/redis/go-redis/extra/redisotel/v9 => ../../extra/redisotel
10
11
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
11
12
12
13
require (
13
- github.com/redis/go-redis/extra/redisotel/v9 v9.7.1
14
- github.com/redis/go-redis/v9 v9.7.1
14
+ github.com/redis/go-redis/extra/redisotel/v9 v9.7.3
15
+ github.com/redis/go-redis/v9 v9.7.3
15
16
github.com/uptrace/uptrace-go v1.21.0
16
17
go.opentelemetry.io/otel v1.22.0
17
18
)
@@ -24,7 +25,7 @@ require (
24
25
github.com/go-logr/stdr v1.2.2 // indirect
25
26
github.com/golang/protobuf v1.5.3 // indirect
26
27
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
27
- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.1 // indirect
28
+ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3 // indirect
28
29
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
29
30
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
30
31
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.7.1
7
+ require github.com/redis/go-redis/v9 v9.7.3
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.3.0 // indirect
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.7.1
9
+ github.com/redis/go-redis/v9 v9.7.3
10
10
)
11
11
12
12
require (
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
7
7
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
8
8
9
9
require (
10
- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.1
11
- github.com/redis/go-redis/v9 v9.7.1
10
+ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3
11
+ github.com/redis/go-redis/v9 v9.7.3
12
12
go.opencensus.io v0.24.0
13
13
)
14
14
@@ -18,4 +18,7 @@ require (
18
18
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
19
19
)
20
20
21
- retract v9.5.3 // This version was accidentally released.
21
+ retract (
22
+ v9.5.3 // This version was accidentally released.
23
+ v9.7.2 // This version was accidentally released.
24
+ )
Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ replace github.com/redis/go-redis/v9 => ../..
7
7
require (
8
8
github.com/bsm/ginkgo/v2 v2.12.0
9
9
github.com/bsm/gomega v1.27.10
10
- github.com/redis/go-redis/v9 v9.7.1
10
+ github.com/redis/go-redis/v9 v9.7.3
11
11
)
12
12
13
13
require (
14
14
github.com/cespare/xxhash/v2 v2.3.0 // indirect
15
15
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
16
16
)
17
17
18
- retract v9.5.3 // This version was accidentally released.
18
+ retract (
19
+ v9.5.3 // This version was accidentally released.
20
+ v9.7.2 // This version was accidentally released.
21
+ )
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
7
7
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
8
8
9
9
require (
10
- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.1
11
- github.com/redis/go-redis/v9 v9.7.1
10
+ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3
11
+ github.com/redis/go-redis/v9 v9.7.3
12
12
go.opentelemetry.io/otel v1.22.0
13
13
go.opentelemetry.io/otel/metric v1.22.0
14
14
go.opentelemetry.io/otel/sdk v1.22.0
@@ -23,4 +23,7 @@ require (
23
23
golang.org/x/sys v0.16.0 // indirect
24
24
)
25
25
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 => ../..
6
6
7
7
require (
8
8
github.com/prometheus/client_golang v1.14.0
9
- github.com/redis/go-redis/v9 v9.7.1
9
+ github.com/redis/go-redis/v9 v9.7.3
10
10
)
11
11
12
12
require (
@@ -22,4 +22,7 @@ require (
22
22
google.golang.org/protobuf v1.33.0 // indirect
23
23
)
24
24
25
- retract v9.5.3 // This version was accidentally released.
25
+ retract (
26
+ v9.5.3 // This version was accidentally released.
27
+ v9.7.2 // This version was accidentally released.
28
+ )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require (
10
10
)
11
11
12
12
retract (
13
+ v9.7.2 // This version was accidentally released. Please use version 9.7.3 instead.
13
14
v9.5.4 // This version was accidentally released. Please use version 9.6.0 instead.
14
15
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
15
16
)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package redis
2
2
3
3
// Version is the current release version.
4
4
func Version () string {
5
- return "9.7.1 "
5
+ return "9.7.3 "
6
6
}
You can’t perform that action at this time.
0 commit comments