Skip to content

Commit d2647ad

Browse files
committed
feat: bump v1.0.74
Signed-off-by: Rueian <rueiancsie@gmail.com>
1 parent e3298b3 commit d2647ad

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

mock/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.11
77
replace github.com/redis/rueidis => ../
88

99
require (
10-
github.com/redis/rueidis v1.0.73
10+
github.com/redis/rueidis v1.0.74
1111
go.uber.org/mock v0.5.0
1212
)
1313

om/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/redis/rueidis => ../
88

99
require (
1010
github.com/oklog/ulid/v2 v2.1.1
11-
github.com/redis/rueidis v1.0.73
11+
github.com/redis/rueidis v1.0.74
1212
)
1313

1414
require golang.org/x/sys v0.39.0 // indirect

pipe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const LibName = "rueidis"
24-
const LibVer = "1.0.73"
24+
const LibVer = "1.0.74"
2525

2626
var (
2727
noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")

rueidisaside/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ toolchain go1.24.11
66

77
replace github.com/redis/rueidis => ../
88

9-
require github.com/redis/rueidis v1.0.73
9+
require github.com/redis/rueidis v1.0.74
1010

1111
require golang.org/x/sys v0.39.0 // indirect

rueidiscompat/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ replace github.com/redis/rueidis/mock => ../mock
1111
require (
1212
github.com/onsi/ginkgo/v2 v2.27.3
1313
github.com/onsi/gomega v1.38.3
14-
github.com/redis/rueidis v1.0.73
15-
github.com/redis/rueidis/mock v1.0.73
14+
github.com/redis/rueidis v1.0.74
15+
github.com/redis/rueidis/mock v1.0.74
1616
go.uber.org/mock v0.6.0
1717
)
1818

rueidishook/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ replace (
1010
)
1111

1212
require (
13-
github.com/redis/rueidis v1.0.73
14-
github.com/redis/rueidis/mock v1.0.73
13+
github.com/redis/rueidis v1.0.74
14+
github.com/redis/rueidis/mock v1.0.74
1515
go.uber.org/mock v0.6.0
1616
)
1717

rueidislimiter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ replace github.com/redis/rueidis => ../
99
replace github.com/redis/rueidis/mock => ../mock
1010

1111
require (
12-
github.com/redis/rueidis v1.0.73
13-
github.com/redis/rueidis/mock v1.0.73
12+
github.com/redis/rueidis v1.0.74
13+
github.com/redis/rueidis/mock v1.0.74
1414
go.uber.org/mock v0.6.0
1515
)
1616

rueidisotel/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.11
77
replace github.com/redis/rueidis => ../
88

99
require (
10-
github.com/redis/rueidis v1.0.73
10+
github.com/redis/rueidis v1.0.74
1111
go.opentelemetry.io/otel v1.40.0
1212
go.opentelemetry.io/otel/metric v1.40.0
1313
go.opentelemetry.io/otel/sdk v1.40.0

rueidisprob/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.11
77
replace github.com/redis/rueidis => ../
88

99
require (
10-
github.com/redis/rueidis v1.0.73
10+
github.com/redis/rueidis v1.0.74
1111
github.com/twmb/murmur3 v1.1.8
1212
)
1313

rueidisrdma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ toolchain go1.24.11
66

77
replace github.com/redis/rueidis => ../
88

9-
require github.com/redis/rueidis v1.0.73
9+
require github.com/redis/rueidis v1.0.74
1010

1111
require golang.org/x/sys v0.39.0 // indirect

0 commit comments

Comments
 (0)