File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ go 1.24.2
44
55require (
66 github.com/pterm/pterm v0.12.82
7- github.com/spf13/cobra v1.9.1
7+ github.com/spf13/cobra v1.10.2
88 github.com/stretchr/testify v1.11.1
9+ gopkg.in/yaml.v3 v3.0.1
910)
1011
1112require (
@@ -20,10 +21,9 @@ require (
2021 github.com/mattn/go-runewidth v0.0.16 // indirect
2122 github.com/pmezard/go-difflib v1.0.0 // indirect
2223 github.com/rivo/uniseg v0.4.7 // indirect
23- github.com/spf13/pflag v1.0.6 // indirect
24+ github.com/spf13/pflag v1.0.9 // indirect
2425 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
2526 golang.org/x/sys v0.33.0 // indirect
2627 golang.org/x/term v0.32.0 // indirect
2728 golang.org/x/text v0.26.0 // indirect
28- gopkg.in/yaml.v3 v3.0.1 // indirect
2929)
Original file line number Diff line number Diff line change @@ -69,8 +69,12 @@ github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
6969github.com/sergi/go-diff v1.2.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
7070github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
7171github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
72+ github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU =
73+ github.com/spf13/cobra v1.10.2 /go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4 =
7274github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
7375github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
76+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
77+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
7478github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
7579github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
7680github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments