2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-03 05:12:01 +08:00

pkg (tools): revert replace directive in go.mod

* this was previously reverted also in #392
This commit is contained in:
Mohammed Sohail
2023-03-31 09:58:51 +00:00
parent 8682692e02
commit bccd25b657
2 changed files with 31 additions and 21 deletions

View File

@@ -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
@@ -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