File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 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
77replace github.com/redis/rueidis => ../
88
99require (
10- github.com/redis/rueidis v1.0.66
10+ github.com/redis/rueidis v1.0.67
1111 go.uber.org/mock v0.5.0
1212)
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/redis/rueidis => ../
88
99require (
1010 github.com/oklog/ulid/v2 v2.1.0
11- github.com/redis/rueidis v1.0.66
11+ github.com/redis/rueidis v1.0.67
1212)
1313
1414require golang.org/x/sys v0.31.0 // indirect
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121)
2222
2323const LibName = "rueidis"
24- const LibVer = "1.0.66 "
24+ const LibVer = "1.0.67 "
2525
2626var noHello = regexp .MustCompile ("unknown command .?(HELLO|hello).?" )
2727
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ toolchain go1.23.4
66
77replace github.com/redis/rueidis => ../
88
9- require github.com/redis/rueidis v1.0.66
9+ require github.com/redis/rueidis v1.0.67
1010
1111require 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
1111require (
1212 github.com/onsi/ginkgo/v2 v2.22.2
1313 github.com/onsi/gomega v1.36.2
14- github.com/redis/rueidis v1.0.66
15- github.com/redis/rueidis/mock v1.0.66
14+ github.com/redis/rueidis v1.0.67
15+ github.com/redis/rueidis/mock v1.0.67
1616 go.uber.org/mock v0.5.0
1717)
1818
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ replace (
1010)
1111
1212require (
13- github.com/redis/rueidis v1.0.66
14- github.com/redis/rueidis/mock v1.0.66
13+ github.com/redis/rueidis v1.0.67
14+ github.com/redis/rueidis/mock v1.0.67
1515 go.uber.org/mock v0.5.0
1616)
1717
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ replace github.com/redis/rueidis => ../
99replace github.com/redis/rueidis/mock => ../mock
1010
1111require (
12- github.com/redis/rueidis v1.0.66
13- github.com/redis/rueidis/mock v1.0.66
12+ github.com/redis/rueidis v1.0.67
13+ github.com/redis/rueidis/mock v1.0.67
1414 go.uber.org/mock v0.5.0
1515)
1616
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.4
77replace github.com/redis/rueidis => ../
88
99require (
10- github.com/redis/rueidis v1.0.66
10+ github.com/redis/rueidis v1.0.67
1111 go.opentelemetry.io/otel v1.35.0
1212 go.opentelemetry.io/otel/metric v1.35.0
1313 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
77replace github.com/redis/rueidis => ../
88
99require (
10- github.com/redis/rueidis v1.0.66
10+ github.com/redis/rueidis v1.0.67
1111 github.com/twmb/murmur3 v1.1.8
1212)
1313
You can’t perform that action at this time.
0 commit comments