Skip to content

Commit

Permalink
feat: bump v1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
rueian committed Feb 24, 2024
1 parent 4f2ef79 commit bf57e80
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.20
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.28
github.com/redis/rueidis v1.0.29
go.uber.org/mock v0.3.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.28
github.com/redis/rueidis v1.0.29
)

require golang.org/x/sys v0.15.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.28"
const LibVer = "1.0.29"

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

Expand Down
2 changes: 1 addition & 1 deletion rueidisaside/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.28
github.com/redis/rueidis v1.0.29
)

require golang.org/x/sys v0.15.0 // indirect
2 changes: 1 addition & 1 deletion rueidiscompat/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/redis/rueidis => ../
require (
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
github.com/redis/rueidis v1.0.28
github.com/redis/rueidis v1.0.29
)

require (
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.28
github.com/redis/rueidis/mock v1.0.28
github.com/redis/rueidis v1.0.29
github.com/redis/rueidis/mock v1.0.29
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.20
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.28
github.com/redis/rueidis v1.0.29
go.opentelemetry.io/otel v1.23.1
go.opentelemetry.io/otel/metric v1.23.1
go.opentelemetry.io/otel/sdk v1.23.1
Expand Down

0 comments on commit bf57e80

Please sign in to comment.