File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
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.34
8
+ github.com/redis/rueidis v1.0.35
9
9
go.uber.org/mock v0.3.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.34
9
+ github.com/redis/rueidis v1.0.35
10
10
)
11
11
12
12
require golang.org/x/sys v0.19.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.34 "
24
+ const LibVer = "1.0.35 "
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,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.34
9
+ github.com/redis/rueidis v1.0.35
10
10
)
11
11
12
12
require golang.org/x/sys v0.19.0 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/redis/rueidis => ../
7
7
require (
8
8
github.com/onsi/ginkgo/v2 v2.15.0
9
9
github.com/onsi/gomega v1.31.1
10
- github.com/redis/rueidis v1.0.34
10
+ github.com/redis/rueidis v1.0.35
11
11
)
12
12
13
13
require (
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.34
12
- github.com/redis/rueidis/mock v1.0.34
11
+ github.com/redis/rueidis v1.0.35
12
+ github.com/redis/rueidis/mock v1.0.35
13
13
go.uber.org/mock v0.4.0
14
14
)
15
15
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.34
8
+ github.com/redis/rueidis v1.0.35
9
9
go.opentelemetry.io/otel v1.24.0
10
10
go.opentelemetry.io/otel/metric v1.24.0
11
11
go.opentelemetry.io/otel/sdk v1.24.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.20.0
5
5
replace github.com/redis/rueidis => ../
6
6
7
7
require (
8
- github.com/redis/rueidis v1.0.34
8
+ github.com/redis/rueidis v1.0.35
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