File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,3 +7,22 @@ require (
77 github.com/schollz/progressbar/v3 v3.19.0
88 github.com/spf13/cobra v1.10.2
99)
10+
11+ require (
12+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
13+ github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
14+ github.com/charmbracelet/x/ansi v0.8.0 // indirect
15+ github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
16+ github.com/charmbracelet/x/term v0.2.1 // indirect
17+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
18+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
19+ github.com/mattn/go-isatty v0.0.20 // indirect
20+ github.com/mattn/go-runewidth v0.0.16 // indirect
21+ github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
22+ github.com/muesli/termenv v0.16.0 // indirect
23+ github.com/rivo/uniseg v0.4.7 // indirect
24+ github.com/spf13/pflag v1.0.9 // indirect
25+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
26+ golang.org/x/sys v0.30.0 // indirect
27+ golang.org/x/term v0.28.0 // indirect
28+ )
You can’t perform that action at this time.
0 commit comments