File tree 9 files changed +12
-12
lines changed
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.4
7
7
replace github.com/redis/rueidis => ../
8
8
9
9
require (
10
- github.com/redis/rueidis v1.0.55
10
+ github.com/redis/rueidis v1.0.56
11
11
go.uber.org/mock v0.5.0
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/redis/rueidis => ../
8
8
9
9
require (
10
10
github.com/oklog/ulid/v2 v2.1.0
11
- github.com/redis/rueidis v1.0.55
11
+ github.com/redis/rueidis v1.0.56
12
12
)
13
13
14
14
require golang.org/x/sys v0.31.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.55 "
24
+ const LibVer = "1.0.56 "
25
25
26
26
var noHello = regexp .MustCompile ("unknown command .?(HELLO|hello).?" )
27
27
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ toolchain go1.23.4
6
6
7
7
replace github.com/redis/rueidis => ../
8
8
9
- require github.com/redis/rueidis v1.0.55
9
+ require github.com/redis/rueidis v1.0.56
10
10
11
11
require golang.org/x/sys v0.31.0 // indirect
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ replace github.com/redis/rueidis/mock => ../mock
11
11
require (
12
12
github.com/onsi/ginkgo/v2 v2.22.2
13
13
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
16
16
go.uber.org/mock v0.5.0
17
17
)
18
18
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ replace (
10
10
)
11
11
12
12
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
15
15
go.uber.org/mock v0.5.0
16
16
)
17
17
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ replace github.com/redis/rueidis => ../
9
9
replace github.com/redis/rueidis/mock => ../mock
10
10
11
11
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
14
14
go.uber.org/mock v0.5.0
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.4
7
7
replace github.com/redis/rueidis => ../
8
8
9
9
require (
10
- github.com/redis/rueidis v1.0.55
10
+ github.com/redis/rueidis v1.0.56
11
11
go.opentelemetry.io/otel v1.35.0
12
12
go.opentelemetry.io/otel/metric v1.35.0
13
13
go.opentelemetry.io/otel/sdk v1.35.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.4
7
7
replace github.com/redis/rueidis => ../
8
8
9
9
require (
10
- github.com/redis/rueidis v1.0.55
10
+ github.com/redis/rueidis v1.0.56
11
11
github.com/twmb/murmur3 v1.1.8
12
12
)
13
13
You can’t perform that action at this time.
0 commit comments