Skip to content

Commit 6c926af

Browse files
committed
feat: bump v1.0.49
Signed-off-by: Rueian <[email protected]>
1 parent ff7e544 commit 6c926af

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

mock/go.mod

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

77
require (
8-
github.com/redis/rueidis v1.0.48
8+
github.com/redis/rueidis v1.0.49
99
go.uber.org/mock v0.4.0
1010
)
1111

om/go.mod

Lines changed: 1 addition & 1 deletion
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.48
9+
github.com/redis/rueidis v1.0.49
1010
)
1111

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

pipe.go

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

2222
const LibName = "rueidis"
23-
const LibVer = "1.0.48"
23+
const LibVer = "1.0.49"
2424

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

rueidiscompat/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/mock => ../mock
99
require (
1010
github.com/onsi/ginkgo/v2 v2.20.1
1111
github.com/onsi/gomega v1.34.1
12-
github.com/redis/rueidis v1.0.48
13-
github.com/redis/rueidis/mock v1.0.48
12+
github.com/redis/rueidis v1.0.49
13+
github.com/redis/rueidis/mock v1.0.49
1414
go.uber.org/mock v0.4.0
1515
)
1616

rueidishook/go.mod

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

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

rueidisotel/go.mod

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

77
require (
8-
github.com/redis/rueidis v1.0.48
8+
github.com/redis/rueidis v1.0.49
99
go.opentelemetry.io/otel v1.28.0
1010
go.opentelemetry.io/otel/metric v1.28.0
1111
go.opentelemetry.io/otel/sdk v1.28.0

rueidisprob/go.mod

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

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

0 commit comments

Comments
 (0)