2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00

Update asynq version in go.mod for toolings

This commit is contained in:
Ken Hibino 2021-01-19 06:20:39 -08:00
parent 42c7ac0746
commit 3719fad396

View File

@ -8,7 +8,7 @@ require (
github.com/fatih/color v1.9.0
github.com/go-redis/redis/v7 v7.4.0
github.com/google/uuid v1.1.1
github.com/hibiken/asynq v0.4.0
github.com/hibiken/asynq v0.14.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.0.0