mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
16 lines
338 B
Modula-2
16 lines
338 B
Modula-2
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.2
|
|
github.com/google/uuid v1.2.0
|
|
github.com/hibiken/asynq v0.17.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.0
|
|
)
|
|
|
|
replace github.com/hibiken/asynq => ./..
|