Skip to content

Commit 7e61265

Browse files
chore(deps): update module github.com/spf13/cobra to v1.10.2
1 parent 00e71c5 commit 7e61265

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

‎go.mod‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ go 1.24.2
44

55
require (
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

1112
require (
@@ -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
)

‎go.sum‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@ github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
6969
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
7070
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
7171
github.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=
7274
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
7375
github.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=
7478
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
7579
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
7680
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

0 commit comments

Comments
 (0)