@@ -15,8 +15,9 @@ require (
1515 github.com/rivo/tview v0.42.0
1616 github.com/spf13/cobra v1.10.2
1717 github.com/spf13/viper v1.21.0
18- github.com/stretchr/testify v1.11.1
18+ github.com/stretchr/testify v1.12.0
1919 golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
20+ golang.org/x/term v0.42.0
2021)
2122
2223require (
@@ -35,7 +36,6 @@ require (
3536 github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
3637 github.com/mattn/go-runewidth v0.0.20 // indirect
3738 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
38- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3939 github.com/rivo/uniseg v0.4.7 // indirect
4040 github.com/rogpeppe/go-internal v1.12.0 // indirect
4141 github.com/sagikazarmark/locafero v0.11.0 // indirect
@@ -47,7 +47,6 @@ require (
4747 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
4848 go.yaml.in/yaml/v3 v3.0.4 // indirect
4949 golang.org/x/sys v0.43.0 // indirect
50- golang.org/x/term v0.42.0 // indirect
5150 golang.org/x/text v0.36.0 // indirect
5251 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5352 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments