make server & router reusable outside asynqmon package

This commit is contained in:
ajatprabha
2021-09-18 17:55:59 +05:30
committed by Ken Hibino
parent 29dd0c8213
commit 3839f96b44
33 changed files with 567 additions and 275 deletions

4
go.mod
View File

@@ -1,9 +1,9 @@
module asynqmon
module github.com/ajatprabha/asynqmon
go 1.16
require (
github.com/go-redis/redis/v8 v8.8.0
github.com/go-redis/redis/v7 v7.4.0
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.18.3
github.com/rs/cors v1.7.0