2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 19:06:46 +08:00
asynq/tools/go.mod

19 lines
534 B
Modula-2
Raw Normal View History

2020-02-18 13:48:36 +08:00
module github.com/hibiken/asynq/tools
go 1.13
require (
github.com/fatih/color v1.9.0
github.com/go-redis/redis/v8 v8.11.4
2022-03-22 21:30:43 +08:00
github.com/hibiken/asynq v0.21.0 /* TODO: Update this after release */
2022-02-01 12:01:33 +08:00
github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d
2020-02-18 13:48:36 +08:00
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
2020-02-18 13:48:36 +08:00
)
2022-03-22 21:30:43 +08:00
/* TODO: Remove this before release */
replace github.com/hibiken/asynq => ../