Update dependency on asynq package to the latest version

This commit is contained in:
Ken Hibino
2021-06-06 06:58:39 -07:00
parent 00755f4721
commit 7709f47806
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.16
require (
github.com/go-redis/redis/v8 v8.8.0
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.17.1
github.com/hibiken/asynq v0.17.2
github.com/rs/cors v1.7.0
)