2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-04-15 12:55:55 +08:00
Files
asynqmon/go.mod

12 lines
188 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-11-06 15:23:10 -07:00
github.com/hibiken/asynq v0.19.0
2020-11-24 06:54:00 -08:00
github.com/rs/cors v1.7.0
)
2021-11-06 15:23:10 -07:00