2020-02-17 21:48:36 -08:00
|
|
|
module github.com/hibiken/asynq/tools
|
|
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
|
|
require (
|
2022-05-06 16:18:40 -07:00
|
|
|
github.com/MakeNowJust/heredoc/v2 v2.0.1
|
2020-09-12 10:33:04 -07:00
|
|
|
github.com/fatih/color v1.9.0
|
2021-12-16 06:01:01 -08:00
|
|
|
github.com/go-redis/redis/v8 v8.11.4
|
2022-04-13 06:07:31 -07:00
|
|
|
github.com/hibiken/asynq v0.23.0
|
2022-01-31 20:01:33 -08:00
|
|
|
github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d
|
2020-02-17 21:48:36 -08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-12-16 06:01:01 -08:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-01-20 15:03:34 -08:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2022-05-06 16:18:40 -07:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-01-20 15:03:34 -08:00
|
|
|
github.com/spf13/viper v1.7.0
|
2022-05-06 16:18:40 -07:00
|
|
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136
|
2020-02-17 21:48:36 -08:00
|
|
|
)
|