Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: minor increase in rueidiscompat coverage #583

Merged
merged 8 commits into from
Jul 1, 2024
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should run go mod tidy again after adding the replace directive.


require (
github.com/onsi/ginkgo/v2 v2.15.0
Expand Down