asynqmon/go.mod

18 lines
549 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-12-19 07:30:16 -08:00
github.com/go-redis/redis/v8 v8.11.4
2022-02-19 06:30:35 -08:00
github.com/google/go-cmp v0.5.6
2020-11-24 06:54:00 -08:00
github.com/gorilla/mux v1.8.0
2022-02-19 06:30:35 -08:00
github.com/hibiken/asynq v0.22.0
github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be
github.com/prometheus/client_golang v1.11.0
2020-11-24 06:54:00 -08:00
github.com/rs/cors v1.7.0
2021-12-19 07:30:16 -08:00
github.com/spf13/cast v1.4.1 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
google.golang.org/protobuf v1.27.1 // indirect
2020-11-24 06:54:00 -08:00
)