2019-11-14 21:07:19 -08:00
|
|
|
module github.com/hibiken/asynq
|
|
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-redis/redis/v7 v7.0.0-beta.4
|
2020-01-07 21:22:19 -08:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2019-12-06 06:51:55 -08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
2019-12-11 07:38:24 -08:00
|
|
|
github.com/rs/xid v1.2.1
|
2019-12-06 06:51:55 -08:00
|
|
|
github.com/spf13/afero v1.2.2 // indirect
|
2019-12-19 07:13:43 -08:00
|
|
|
github.com/spf13/cast v1.3.1
|
2019-12-06 06:51:55 -08:00
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
github.com/spf13/viper v1.6.0
|
2019-11-29 20:49:18 -08:00
|
|
|
go.uber.org/goleak v0.10.0
|
2019-12-06 06:51:55 -08:00
|
|
|
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
|
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2020-01-22 06:28:47 -08:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2019-12-06 06:51:55 -08:00
|
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
2019-11-14 21:07:19 -08:00
|
|
|
)
|