mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-04-20 07:40:12 +08:00
32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/platacard/asynqmon
|
|
|
|
go 1.21.13
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/platacard/asynq v0.0.2
|
|
github.com/platacard/asynq/x v0.0.2
|
|
github.com/prometheus/client_golang v1.11.1
|
|
github.com/redis/go-redis/v9 v9.1.0
|
|
github.com/rs/cors v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|