File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.52
8
+ github.com/redis/rueidis v1.0.53
9
9
go.uber.org/mock v0.4.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.52
9
+ github.com/redis/rueidis v1.0.53
10
10
)
11
11
12
12
require golang.org/x/sys v0.24.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.52 "
24
+ const LibVer = "1.0.53 "
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.20.1
11
11
github.com/onsi/gomega v1.34.1
12
- github.com/redis/rueidis v1.0.52
13
- github.com/redis/rueidis/mock v1.0.52
12
+ github.com/redis/rueidis v1.0.53
13
+ github.com/redis/rueidis/mock v1.0.53
14
14
go.uber.org/mock v0.4.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.52
12
- github.com/redis/rueidis/mock v1.0.52
11
+ github.com/redis/rueidis v1.0.53
12
+ github.com/redis/rueidis/mock v1.0.53
13
13
go.uber.org/mock v0.4.0
14
14
)
15
15
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/rueidis => ../
6
6
7
- require github.com/redis/rueidis v1.0.52
7
+ require github.com/redis/rueidis v1.0.53
8
8
9
9
require golang.org/x/sys v0.24.0 // indirect
Original file line number Diff line number Diff line change 5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.52
8
+ github.com/redis/rueidis v1.0.53
9
9
go.opentelemetry.io/otel v1.28.0
10
10
go.opentelemetry.io/otel/metric v1.28.0
11
11
go.opentelemetry.io/otel/sdk v1.28.0
Original file line number Diff line number Diff line change 5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.52
8
+ github.com/redis/rueidis v1.0.53
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