Skip to content

Commit

Permalink
chore: update go module
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Mar 4, 2022
1 parent a1c244f commit 615bc70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _example/server-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ require (
github.com/golang-queue/queue v0.0.8
github.com/golang-queue/redisdb v0.0.4
)

replace github.com/golang-queue/redisdb => ../../
2 changes: 2 additions & 0 deletions _example/single-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ require (
github.com/golang-queue/queue v0.0.8
github.com/golang-queue/redisdb v0.0.4
)

replace github.com/golang-queue/redisdb => ../../

0 comments on commit 615bc70

Please sign in to comment.