Add option to use Docker container to run Asynqmon

This commit is contained in:
Vic Shóstak
2021-04-06 02:35:15 +03:00
committed by GitHub
parent ecedc3372c
commit 1e8a573f8f
8 changed files with 178 additions and 40 deletions

5
go.mod
View File

@@ -3,9 +3,8 @@ module asynqmon
go 1.16
require (
github.com/go-redis/redis/v8 v8.4.4
github.com/go-redis/redis/v8 v8.8.0
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.15.0
github.com/hibiken/asynq v0.17.1
github.com/rs/cors v1.7.0
)