Skip to content

Commit

Permalink
feat: add local replace directive to go.mod rueidis/mock
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulPancake committed Jun 28, 2024
1 parent aa8fc77 commit 998dab6
Showing 1 changed file with 1 addition and 0 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 (
github.com/onsi/ginkgo/v2 v2.15.0
Expand Down

0 comments on commit 998dab6

Please sign in to comment.