module github.com/platacard/asynqmon go 1.16 require ( github.com/google/go-cmp v0.5.6 github.com/gorilla/mux v1.8.0 github.com/platacard/asynq v0.0.2 github.com/platacard/asynq/x v0.0.0-20230811084122-b29620160011 github.com/prometheus/client_golang v1.11.0 github.com/redis/go-redis/v9 v9.1.0 github.com/rs/cors v1.7.0 github.com/spf13/cast v1.4.1 // indirect golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect google.golang.org/protobuf v1.27.1 // indirect )