Skip to content

Commit 83e70d9

Browse files
committed
feat: bump v1.0.56
Signed-off-by: Rueian <[email protected]>
1 parent 844c2cf commit 83e70d9

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

mock/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
replace github.com/redis/rueidis => ../
88

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

om/go.mod

+1-1
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.0
11-
github.com/redis/rueidis v1.0.55
11+
github.com/redis/rueidis v1.0.56
1212
)
1313

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

pipe.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const LibName = "rueidis"
24-
const LibVer = "1.0.55"
24+
const LibVer = "1.0.56"
2525

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

rueidisaside/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ toolchain go1.23.4
66

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

9-
require github.com/redis/rueidis v1.0.55
9+
require github.com/redis/rueidis v1.0.56
1010

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

rueidiscompat/go.mod

+2-2
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.22.2
1313
github.com/onsi/gomega v1.36.2
14-
github.com/redis/rueidis v1.0.55
15-
github.com/redis/rueidis/mock v1.0.55
14+
github.com/redis/rueidis v1.0.56
15+
github.com/redis/rueidis/mock v1.0.56
1616
go.uber.org/mock v0.5.0
1717
)
1818

rueidishook/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ replace (
1010
)
1111

1212
require (
13-
github.com/redis/rueidis v1.0.55
14-
github.com/redis/rueidis/mock v1.0.55
13+
github.com/redis/rueidis v1.0.56
14+
github.com/redis/rueidis/mock v1.0.56
1515
go.uber.org/mock v0.5.0
1616
)
1717

rueidislimiter/go.mod

+2-2
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.55
13-
github.com/redis/rueidis/mock v1.0.55
12+
github.com/redis/rueidis v1.0.56
13+
github.com/redis/rueidis/mock v1.0.56
1414
go.uber.org/mock v0.5.0
1515
)
1616

rueidisotel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
replace github.com/redis/rueidis => ../
88

99
require (
10-
github.com/redis/rueidis v1.0.55
10+
github.com/redis/rueidis v1.0.56
1111
go.opentelemetry.io/otel v1.35.0
1212
go.opentelemetry.io/otel/metric v1.35.0
1313
go.opentelemetry.io/otel/sdk v1.35.0

rueidisprob/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
replace github.com/redis/rueidis => ../
88

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

0 commit comments

Comments
 (0)