@@ -3,7 +3,10 @@ module github.com/compute-blade-community/compute-blade-agent
3
3
go 1.24.0
4
4
5
5
require (
6
+ github.com/charmbracelet/lipgloss v1.1.0
7
+ github.com/gizak/termui/v3 v3.1.0
6
8
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
9
+ github.com/olekukonko/tablewriter v1.0.7
7
10
github.com/prometheus/client_golang v1.22.0
8
11
github.com/sierrasoftworks/humane-errors-go v0.0.0-20250507223502-4bb667dc1e16
9
12
github.com/spf13/cobra v1.9.1
@@ -25,15 +28,13 @@ require (
25
28
github.com/beorn7/perks v1.0.1 // indirect
26
29
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27
30
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
28
- github.com/charmbracelet/lipgloss v1.1.0 // indirect
29
31
github.com/charmbracelet/x/ansi v0.8.0 // indirect
30
32
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
31
33
github.com/charmbracelet/x/term v0.2.1 // indirect
32
34
github.com/creack/goselect v0.1.3 // indirect
33
35
github.com/davecgh/go-spew v1.1.1 // indirect
34
36
github.com/fatih/color v1.15.0 // indirect
35
37
github.com/fsnotify/fsnotify v1.9.0 // indirect
36
- github.com/gizak/termui/v3 v3.1.0 // indirect
37
38
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
38
39
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
39
40
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -47,7 +48,6 @@ require (
47
48
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
48
49
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
49
50
github.com/olekukonko/ll v0.0.8 // indirect
50
- github.com/olekukonko/tablewriter v1.0.7 // indirect
51
51
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
52
52
github.com/pmezard/go-difflib v1.0.0 // indirect
53
53
github.com/prometheus/client_model v0.6.2 // indirect
0 commit comments