mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Update asynq dependency to v0.22.0
This commit is contained in:
8
go.mod
8
go.mod
@@ -4,11 +4,11 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/go-redis/redis/v8 v8.11.4
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/google/go-cmp v0.5.6
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/hibiken/asynq v0.20.0
|
||||
github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be // indirect
|
||||
github.com/prometheus/client_golang v1.11.0 // indirect
|
||||
github.com/hibiken/asynq v0.22.0
|
||||
github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/rs/cors v1.7.0
|
||||
github.com/spf13/cast v1.4.1 // indirect
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||||
|
Reference in New Issue
Block a user