Skip to content

Commit a44df88

Browse files
version 9.15.1, used to retract itself and 9.15.0 (#3537)
* version 9.15.1, used to retract itself and 9.15.0 * added retract to the submodules * revert submodules retracts as they are not needed
1 parent 819f01b commit a44df88

File tree

13 files changed

+29
-24
lines changed

13 files changed

+29
-24
lines changed

example/del-keys-without-ttl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
replace github.com/redis/go-redis/v9 => ../..
66

77
require (
8-
github.com/redis/go-redis/v9 v9.16.0-beta.1
8+
github.com/redis/go-redis/v9 v9.15.1
99
go.uber.org/zap v1.24.0
1010
)
1111

example/hll/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.16.0-beta.1
7+
require github.com/redis/go-redis/v9 v9.15.1
88

99
require (
1010
github.com/cespare/xxhash/v2 v2.3.0 // indirect

example/hset-struct/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
66

77
require (
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/redis/go-redis/v9 v9.16.0-beta.1
9+
github.com/redis/go-redis/v9 v9.15.1
1010
)
1111

1212
require (

example/lua-scripting/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.16.0-beta.1
7+
require github.com/redis/go-redis/v9 v9.15.1
88

99
require (
1010
github.com/cespare/xxhash/v2 v2.3.0 // indirect

example/otel/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ replace github.com/redis/go-redis/extra/redisotel/v9 => ../../extra/redisotel
1111
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
1212

1313
require (
14-
github.com/redis/go-redis/extra/redisotel/v9 v9.16.0-beta.1
15-
github.com/redis/go-redis/v9 v9.16.0-beta.1
14+
github.com/redis/go-redis/extra/redisotel/v9 v9.15.1
15+
github.com/redis/go-redis/v9 v9.15.1
1616
github.com/uptrace/uptrace-go v1.21.0
1717
go.opentelemetry.io/otel v1.22.0
1818
)
@@ -25,7 +25,7 @@ require (
2525
github.com/go-logr/stdr v1.2.2 // indirect
2626
github.com/golang/protobuf v1.5.3 // indirect
2727
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
28-
github.com/redis/go-redis/extra/rediscmd/v9 v9.16.0-beta.1 // indirect
28+
github.com/redis/go-redis/extra/rediscmd/v9 v9.15.1 // indirect
2929
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
3030
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
3131
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect

example/redis-bloom/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.16.0-beta.1
7+
require github.com/redis/go-redis/v9 v9.15.1
88

99
require (
1010
github.com/cespare/xxhash/v2 v2.3.0 // indirect

example/scan-struct/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
66

77
require (
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/redis/go-redis/v9 v9.16.0-beta.1
9+
github.com/redis/go-redis/v9 v9.15.1
1010
)
1111

1212
require (

extra/rediscensus/go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
77
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88

99
require (
10-
github.com/redis/go-redis/extra/rediscmd/v9 v9.16.0-beta.1
11-
github.com/redis/go-redis/v9 v9.16.0-beta.1
10+
github.com/redis/go-redis/extra/rediscmd/v9 v9.15.1
11+
github.com/redis/go-redis/v9 v9.15.1
1212
go.opencensus.io v0.24.0
1313
)
1414

@@ -19,6 +19,7 @@ require (
1919
)
2020

2121
retract (
22-
v9.7.2 // This version was accidentally released.
23-
v9.5.3 // This version was accidentally released.
22+
v9.7.2 // This version was accidentally released. Please use version 9.7.3 instead.
23+
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
2424
)
25+

extra/rediscmd/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/redis/go-redis/v9 => ../..
77
require (
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.16.0-beta.1
10+
github.com/redis/go-redis/v9 v9.15.1
1111
)
1212

1313
require (
@@ -16,6 +16,7 @@ require (
1616
)
1717

1818
retract (
19-
v9.7.2 // This version was accidentally released.
20-
v9.5.3 // This version was accidentally released.
19+
v9.7.2 // This version was accidentally released. Please use version 9.7.3 instead.
20+
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
2121
)
22+

extra/redisotel/go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
77
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88

99
require (
10-
github.com/redis/go-redis/extra/rediscmd/v9 v9.16.0-beta.1
11-
github.com/redis/go-redis/v9 v9.16.0-beta.1
10+
github.com/redis/go-redis/extra/rediscmd/v9 v9.15.1
11+
github.com/redis/go-redis/v9 v9.15.1
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
@@ -24,6 +24,7 @@ require (
2424
)
2525

2626
retract (
27-
v9.7.2 // This version was accidentally released.
28-
v9.5.3 // This version was accidentally released.
27+
v9.7.2 // This version was accidentally released. Please use version 9.7.3 instead.
28+
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
2929
)
30+

0 commit comments

Comments
 (0)