asynqmon/go.mod

11 lines
187 B
Modula-2
Raw Normal View History

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