Skip to content

Commit 7f21310

Browse files
committed
feat: bump v1.0.34
1 parent 6a8ba48 commit 7f21310

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Diff for: mock/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
replace github.com/redis/rueidis => ../
66

77
require (
8-
github.com/redis/rueidis v1.0.33
8+
github.com/redis/rueidis v1.0.34
99
go.uber.org/mock v0.3.0
1010
)
1111

Diff for: om/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/redis/rueidis => ../
66

77
require (
88
github.com/oklog/ulid/v2 v2.1.0
9-
github.com/redis/rueidis v1.0.33
9+
github.com/redis/rueidis v1.0.34
1010
)
1111

1212
require golang.org/x/sys v0.17.0 // indirect

Diff for: 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.33"
24+
const LibVer = "1.0.34"
2525

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

Diff for: rueidisaside/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/redis/rueidis => ../
66

77
require (
88
github.com/oklog/ulid/v2 v2.1.0
9-
github.com/redis/rueidis v1.0.33
9+
github.com/redis/rueidis v1.0.34
1010
)
1111

1212
require golang.org/x/sys v0.17.0 // indirect

Diff for: rueidiscompat/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/redis/rueidis => ../
77
require (
88
github.com/onsi/ginkgo/v2 v2.15.0
99
github.com/onsi/gomega v1.31.1
10-
github.com/redis/rueidis v1.0.33
10+
github.com/redis/rueidis v1.0.34
1111
)
1212

1313
require (

Diff for: rueidishook/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ replace (
88
)
99

1010
require (
11-
github.com/redis/rueidis v1.0.33
12-
github.com/redis/rueidis/mock v1.0.33
11+
github.com/redis/rueidis v1.0.34
12+
github.com/redis/rueidis/mock v1.0.34
1313
go.uber.org/mock v0.4.0
1414
)
1515

Diff for: rueidisotel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
replace github.com/redis/rueidis => ../
66

77
require (
8-
github.com/redis/rueidis v1.0.33
8+
github.com/redis/rueidis v1.0.34
99
go.opentelemetry.io/otel v1.24.0
1010
go.opentelemetry.io/otel/metric v1.24.0
1111
go.opentelemetry.io/otel/sdk v1.24.0

Diff for: rueidisprob/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20.0
55
replace github.com/redis/rueidis => ../
66

77
require (
8-
github.com/redis/rueidis v1.0.33
8+
github.com/redis/rueidis v1.0.34
99
github.com/twmb/murmur3 v1.1.8
1010
)
1111

0 commit comments

Comments
 (0)