asynqmon/go.mod

19 lines
539 B
Modula-2
Raw Normal View History

2021-09-18 22:10:42 +08:00
module github.com/hibiken/asynqmon
2020-11-24 22:54:00 +08:00
2021-01-30 14:37:53 +08:00
go 1.16
2020-11-24 22:54:00 +08:00
require (
2023-05-04 12:17:09 +08:00
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.7
2020-11-24 22:54:00 +08:00
github.com/gorilla/mux v1.8.0
2023-05-04 12:17:09 +08:00
github.com/hibiken/asynq v0.24.1
2022-02-19 22:30:35 +08:00
github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be
2023-05-04 12:17:09 +08:00
github.com/prometheus/client_golang v1.11.1
github.com/redis/go-redis/v9 v9.0.4
2020-11-24 22:54:00 +08:00
github.com/rs/cors v1.7.0
2023-05-04 12:17:09 +08:00
github.com/spf13/cast v1.5.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
2020-11-24 22:54:00 +08:00
)