Skip to content

Commit

Permalink
feat: run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulPancake committed Jun 28, 2024
1 parent 998dab6 commit 125ada1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions rueidiscompat/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/redis/rueidis/rueidiscompat
go 1.20

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

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

require (
Expand Down
2 changes: 0 additions & 2 deletions rueidiscompat/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo=
github.com/onsi/gomega v1.31.1/go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/redis/rueidis/mock v1.0.40 h1:FBRlRxzvxPv7DfmdUGii/o+E3h03QnRy/PYqoWEkJC8=
github.com/redis/rueidis/mock v1.0.40/go.mod h1:ly0qDXZTYQC6ZEPenDL6R0AYM10OmLUCV8LXJrX+8gs=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down

0 comments on commit 125ada1

Please sign in to comment.