File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.54
8
+ github.com/redis/rueidis v1.0.55
9
9
go.uber.org/mock v0.5.0
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
8
github.com/oklog/ulid/v2 v2.1.0
9
- github.com/redis/rueidis v1.0.54
9
+ github.com/redis/rueidis v1.0.55
10
10
)
11
11
12
12
require golang.org/x/sys v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
const LibName = "rueidis"
24
- const LibVer = "1.0.54 "
24
+ const LibVer = "1.0.55 "
25
25
26
26
var noHello = regexp .MustCompile ("unknown command .?(HELLO|hello).?" )
27
27
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ replace github.com/redis/rueidis/mock => ../mock
9
9
require (
10
10
github.com/onsi/ginkgo/v2 v2.22.2
11
11
github.com/onsi/gomega v1.36.2
12
- github.com/redis/rueidis v1.0.54
13
- github.com/redis/rueidis/mock v1.0.54
12
+ github.com/redis/rueidis v1.0.55
13
+ github.com/redis/rueidis/mock v1.0.55
14
14
go.uber.org/mock v0.5.0
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ replace (
8
8
)
9
9
10
10
require (
11
- github.com/redis/rueidis v1.0.54
12
- github.com/redis/rueidis/mock v1.0.54
11
+ github.com/redis/rueidis v1.0.55
12
+ github.com/redis/rueidis/mock v1.0.55
13
13
go.uber.org/mock v0.5.0
14
14
)
15
15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.54
8
+ github.com/redis/rueidis v1.0.55
9
9
go.opentelemetry.io/otel v1.34.0
10
10
go.opentelemetry.io/otel/metric v1.34.0
11
11
go.opentelemetry.io/otel/sdk v1.34.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.54
8
+ github.com/redis/rueidis v1.0.55
9
9
github.com/twmb/murmur3 v1.1.8
10
10
)
11
11
You can’t perform that action at this time.
0 commit comments