asynqmon/go.mod

12 lines
188 B
Modula-2
Raw Normal View History

2021-09-18 22:10:42 +08:00
module github.com/hibiken/asynqmon
2020-11-24 22:54:00 +08:00
2021-01-30 14:37:53 +08:00
go 1.16
2020-11-24 22:54:00 +08:00
require (
2021-10-01 02:26:01 +08:00
github.com/go-redis/redis/v8 v8.11.3
2020-11-24 22:54:00 +08:00
github.com/gorilla/mux v1.8.0
2021-11-07 06:23:10 +08:00
github.com/hibiken/asynq v0.19.0
2020-11-24 22:54:00 +08:00
github.com/rs/cors v1.7.0
)
2021-11-07 06:23:10 +08:00