Skip to content

Commit df5a0de

Browse files
committed
chore: update go.mod
1 parent 4303d97 commit df5a0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ module github.com/compute-blade-community/compute-blade-agent
33
go 1.24.0
44

55
require (
6+
github.com/charmbracelet/lipgloss v1.1.0
7+
github.com/gizak/termui/v3 v3.1.0
68
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
9+
github.com/olekukonko/tablewriter v1.0.7
710
github.com/prometheus/client_golang v1.22.0
811
github.com/sierrasoftworks/humane-errors-go v0.0.0-20250507223502-4bb667dc1e16
912
github.com/spf13/cobra v1.9.1
@@ -25,15 +28,13 @@ require (
2528
github.com/beorn7/perks v1.0.1 // indirect
2629
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2730
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
28-
github.com/charmbracelet/lipgloss v1.1.0 // indirect
2931
github.com/charmbracelet/x/ansi v0.8.0 // indirect
3032
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
3133
github.com/charmbracelet/x/term v0.2.1 // indirect
3234
github.com/creack/goselect v0.1.3 // indirect
3335
github.com/davecgh/go-spew v1.1.1 // indirect
3436
github.com/fatih/color v1.15.0 // indirect
3537
github.com/fsnotify/fsnotify v1.9.0 // indirect
36-
github.com/gizak/termui/v3 v3.1.0 // indirect
3738
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3839
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
3940
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -47,7 +48,6 @@ require (
4748
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
4849
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
4950
github.com/olekukonko/ll v0.0.8 // indirect
50-
github.com/olekukonko/tablewriter v1.0.7 // indirect
5151
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
5252
github.com/pmezard/go-difflib v1.0.0 // indirect
5353
github.com/prometheus/client_model v0.6.2 // indirect

0 commit comments

Comments
 (0)