Update asynq dep to v.15.0

This commit is contained in:
Ken Hibino
2021-01-31 06:21:08 -08:00
parent 5c02a62b8e
commit 412e5ca13d
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.4.4
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.14.0
github.com/hibiken/asynq v0.15.0
github.com/rs/cors v1.7.0
)
replace (
github.com/hibiken/asynq => ../../../database/Redis/go/asynq
)