Skip to content

Commit

Permalink
feat: bump v1.0.50
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
rueian committed Nov 26, 2024
1 parent e069306 commit 5965fb9
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.49
github.com/redis/rueidis v1.0.50
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.49
github.com/redis/rueidis v1.0.50
)

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.49"
const LibVer = "1.0.50"

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.49
github.com/redis/rueidis/mock v1.0.49
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis/mock v1.0.50
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.49
github.com/redis/rueidis/mock v1.0.49
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis/mock v1.0.50
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.48
require github.com/redis/rueidis v1.0.50

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.49
github.com/redis/rueidis v1.0.50
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.49
github.com/redis/rueidis v1.0.50
github.com/twmb/murmur3 v1.1.8
)

Expand Down

0 comments on commit 5965fb9

Please sign in to comment.