(cli): Add dash command

This commit is contained in:
Ken Hibino
2022-05-08 20:15:12 -07:00
parent 5187844ca5
commit 4cf5d74162
4 changed files with 522 additions and 0 deletions

View File

@@ -5,9 +5,12 @@ go 1.13
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/fatih/color v1.9.0
github.com/gdamore/tcell v1.4.0 // indirect
github.com/gdamore/tcell/v2 v2.5.1 // indirect
github.com/go-redis/redis/v8 v8.11.4
github.com/hibiken/asynq v0.23.0
github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/cobra v1.1.1