Update go.mod to depend on asynq v0.19

This commit is contained in:
Ken Hibino
2021-11-06 15:21:57 -07:00
parent 2a95c882ef
commit c7226ed132
2 changed files with 3 additions and 4 deletions

5
go.mod
View File

@@ -5,10 +5,7 @@ go 1.16
require (
github.com/go-redis/redis/v8 v8.11.3
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.18.6
github.com/hibiken/asynq v0.19.0
github.com/rs/cors v1.7.0
)
replace (
github.com/hibiken/asynq => ../../../database/Redis/go/asynq
)