File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ module github.com/hostinger/api-cli
33go 1.24.4
44
55require (
6+ github.com/aquasecurity/table v1.10.0
7+ github.com/liamg/tml v0.7.0
68 github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
79 github.com/oapi-codegen/runtime v1.1.1
810 github.com/pterm/pterm v0.12.81
@@ -15,15 +17,13 @@ require (
1517 atomicgo.dev/keyboard v0.2.9 // indirect
1618 atomicgo.dev/schedule v0.1.0 // indirect
1719 github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
18- github.com/aquasecurity/table v1.10.0 // indirect
1920 github.com/containerd/console v1.0.5 // indirect
2021 github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
2122 github.com/fsnotify/fsnotify v1.8.0 // indirect
2223 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2324 github.com/google/uuid v1.6.0 // indirect
2425 github.com/gookit/color v1.5.4 // indirect
2526 github.com/inconshreveable/mousetrap v1.1.0 // indirect
26- github.com/liamg/tml v0.7.0 // indirect
2727 github.com/lithammer/fuzzysearch v1.1.8 // indirect
2828 github.com/mattn/go-runewidth v0.0.16 // indirect
2929 github.com/pelletier/go-toml/v2 v2.2.3 // indirect
You can’t perform that action at this time.
0 commit comments