File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ go 1.22.3
55require (
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.1
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)
Original file line number Diff line number Diff line change @@ -33,8 +33,12 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
3333github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
3434github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
3535github.com/spf13/cobra v1.8.1 /go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y =
36+ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
37+ github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
3638github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
3739github.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 =
3842github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
3943github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
4044golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI =
You can’t perform that action at this time.
0 commit comments