mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
10 lines
130 B
Modula-2
10 lines
130 B
Modula-2
module asynqmon
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/hibiken/asynq v0.13.1
|
|
github.com/rs/cors v1.7.0
|
|
)
|