Skip to content

Commit

Permalink
feat: bump v1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
rueian committed Apr 22, 2024
1 parent ab3cfb8 commit 80122c0
Show file tree
Hide file tree
Showing 8 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.20
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.34
github.com/redis/rueidis v1.0.35
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.34
github.com/redis/rueidis v1.0.35
)

require golang.org/x/sys v0.19.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.34"
const LibVer = "1.0.35"

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.34
github.com/redis/rueidis v1.0.35
)

require golang.org/x/sys v0.19.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.34
github.com/redis/rueidis v1.0.35
)

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.34
github.com/redis/rueidis/mock v1.0.34
github.com/redis/rueidis v1.0.35
github.com/redis/rueidis/mock v1.0.35
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.34
github.com/redis/rueidis v1.0.35
go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/metric v1.24.0
go.opentelemetry.io/otel/sdk v1.24.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.20.0
replace github.com/redis/rueidis => ../

require (
github.com/redis/rueidis v1.0.34
github.com/redis/rueidis v1.0.35
github.com/twmb/murmur3 v1.1.8
)

Expand Down

0 comments on commit 80122c0

Please sign in to comment.