Skip to content

Commit

Permalink
feat: bump v1.0.47
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
rueian committed Sep 29, 2024
1 parent 9ff2841 commit fc348f5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.46
github.com/redis/rueidis v1.0.47
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.46
github.com/redis/rueidis v1.0.47
)

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 @@ -20,7 +20,7 @@ import (
)

const LibName = "rueidis"
const LibVer = "1.0.46"
const LibVer = "1.0.47"

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.46
github.com/redis/rueidis/mock v1.0.46
github.com/redis/rueidis v1.0.47
github.com/redis/rueidis/mock v1.0.47
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.46
github.com/redis/rueidis/mock v1.0.46
github.com/redis/rueidis v1.0.47
github.com/redis/rueidis/mock v1.0.47
go.uber.org/mock v0.4.0
)

Expand Down
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.46
github.com/redis/rueidis v1.0.47
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.46
github.com/redis/rueidis v1.0.47
github.com/twmb/murmur3 v1.1.8
)

Expand Down

0 comments on commit fc348f5

Please sign in to comment.