2020-02-18 13:48:36 +08:00
|
|
|
module github.com/hibiken/asynq/tools
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-09-13 01:33:04 +08:00
|
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
|
|
|
github.com/fatih/color v1.9.0
|
2020-08-31 21:46:56 +08:00
|
|
|
github.com/go-redis/redis/v7 v7.4.0
|
2020-07-02 21:21:20 +08:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-02-18 13:48:36 +08:00
|
|
|
github.com/hibiken/asynq v0.4.0
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-06-26 21:11:39 +08:00
|
|
|
github.com/spf13/cast v1.3.1
|
2020-09-13 01:33:04 +08:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-02-18 13:48:36 +08:00
|
|
|
github.com/spf13/viper v1.6.2
|
2020-09-13 01:33:04 +08:00
|
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
2020-02-18 13:48:36 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/hibiken/asynq => ./..
|