Skip to content

Commit 2a50982

Browse files
fix(deps): update module github.com/spf13/cobra to v1.9.0
1 parent 6657fc7 commit 2a50982

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ go 1.22.3
55
require (
66
github.com/charmbracelet/log v0.4.0
77
github.com/iancoleman/strcase v0.3.0
8-
github.com/spf13/cobra v1.8.1
8+
github.com/spf13/cobra v1.9.0
9+
golang.org/x/sync v0.8.0
910
golang.org/x/tools v0.25.0
1011
)
1112

@@ -20,9 +21,8 @@ require (
2021
github.com/muesli/reflow v0.3.0 // indirect
2122
github.com/muesli/termenv v0.15.2 // indirect
2223
github.com/rivo/uniseg v0.4.7 // indirect
23-
github.com/spf13/pflag v1.0.5 // indirect
24+
github.com/spf13/pflag v1.0.6 // indirect
2425
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
2526
golang.org/x/mod v0.21.0 // indirect
26-
golang.org/x/sync v0.8.0 // indirect
2727
golang.org/x/sys v0.25.0 // indirect
2828
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
3333
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
3434
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
3535
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
36+
github.com/spf13/cobra v1.9.0 h1:Py5fIuq/lJsRYxcxfOtsJqpmwJWCMOUy2tMJYV8TNHE=
37+
github.com/spf13/cobra v1.9.0/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
3638
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
3739
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
40+
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
41+
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
3842
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
3943
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
4044
golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI=

0 commit comments

Comments
 (0)