File tree 7 files changed +9
-9
lines changed
7 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.44
8
+ github.com/redis/rueidis v1.0.45
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.44
9
+ github.com/redis/rueidis v1.0.45
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 @@ -20,7 +20,7 @@ import (
20
20
)
21
21
22
22
const LibName = "rueidis"
23
- const LibVer = "1.0.44 "
23
+ const LibVer = "1.0.45 "
24
24
25
25
var noHello = regexp .MustCompile ("unknown command .?(HELLO|hello).?" )
26
26
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.44
13
- github.com/redis/rueidis/mock v1.0.44
12
+ github.com/redis/rueidis v1.0.45
13
+ github.com/redis/rueidis/mock v1.0.45
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.44
12
- github.com/redis/rueidis/mock v1.0.44
11
+ github.com/redis/rueidis v1.0.45
12
+ github.com/redis/rueidis/mock v1.0.45
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.44
8
+ github.com/redis/rueidis v1.0.45
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.44
8
+ github.com/redis/rueidis v1.0.45
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