Skip to content

Commit

Permalink
pkg (tools): revert replace directive in go.mod
Browse files Browse the repository at this point in the history
* this was previously reverted also in #392
  • Loading branch information
kamikazechaser authored and hibiken committed Apr 18, 2023
1 parent f966a6c commit 1f42d71
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
3 changes: 1 addition & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/hibiken/asynq/tools

go 1.18

replace github.com/hibiken/asynq => ./../

require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/fatih/color v1.9.0
Expand All @@ -27,6 +25,7 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-redis/redis/v8 v8.11.4 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
Expand Down
Loading

0 comments on commit 1f42d71

Please sign in to comment.