(cli): Add group ls command

This commit is contained in:
Ken Hibino
2022-04-09 06:49:22 -07:00
parent 39718f8bea
commit 2c783566f3
2 changed files with 49 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ go 1.13
require (
github.com/fatih/color v1.9.0
github.com/go-redis/redis/v8 v8.11.4
github.com/hibiken/asynq v0.21.0 /* TODO: Update this after release */
github.com/hibiken/asynq v0.21.0
github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.11.0
@@ -14,5 +14,4 @@ require (
github.com/spf13/viper v1.7.0
)
/* TODO: Remove this before release */
replace github.com/hibiken/asynq => ../