mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-18 18:55:54 +08:00
19 lines
539 B
Modula-2
19 lines
539 B
Modula-2
module github.com/hibiken/asynqmon
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/hibiken/asynq v0.24.1
|
|
github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be
|
|
github.com/prometheus/client_golang v1.11.1
|
|
github.com/redis/go-redis/v9 v9.0.4
|
|
github.com/rs/cors v1.7.0
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|