Skip to content

Commit

Permalink
feat: bump v1.0.51
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <rueiancsie@gmail.com>
  • Loading branch information
rueian committed Dec 2, 2024
1 parent 52d9098 commit 9ae348a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis v1.0.51
go.uber.org/mock v0.4.0
)

Expand Down
2 changes: 1 addition & 1 deletion om/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/redis/rueidis => ../

require (
github.com/oklog/ulid/v2 v2.1.0
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis v1.0.51
)

require golang.org/x/sys v0.24.0 // indirect
2 changes: 1 addition & 1 deletion pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const LibName = "rueidis"
const LibVer = "1.0.50"
const LibVer = "1.0.51"

var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")

Expand Down
4 changes: 2 additions & 2 deletions rueidiscompat/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace github.com/redis/rueidis/mock => ../mock
require (
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/gomega v1.34.1
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis/mock v1.0.50
github.com/redis/rueidis v1.0.51
github.com/redis/rueidis/mock v1.0.51
go.uber.org/mock v0.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions rueidishook/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis/mock v1.0.50
github.com/redis/rueidis v1.0.51
github.com/redis/rueidis/mock v1.0.51
go.uber.org/mock v0.4.0
)

Expand Down
2 changes: 1 addition & 1 deletion rueidislimiter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.21

replace github.com/redis/rueidis => ../

require github.com/redis/rueidis v1.0.50
require github.com/redis/rueidis v1.0.51

require golang.org/x/sys v0.24.0 // indirect
2 changes: 1 addition & 1 deletion rueidisotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis v1.0.51
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
Expand Down
2 changes: 1 addition & 1 deletion rueidisprob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis v1.0.51
github.com/twmb/murmur3 v1.1.8
)

Expand Down

0 comments on commit 9ae348a

Please sign in to comment.