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
5
5
require (
6
6
github.com/charmbracelet/log v0.4.0
7
7
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
9
10
golang.org/x/tools v0.25.0
10
11
)
11
12
@@ -20,9 +21,8 @@ require (
20
21
github.com/muesli/reflow v0.3.0 // indirect
21
22
github.com/muesli/termenv v0.15.2 // indirect
22
23
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
24
25
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
25
26
golang.org/x/mod v0.21.0 // indirect
26
- golang.org/x/sync v0.8.0 // indirect
27
27
golang.org/x/sys v0.25.0 // indirect
28
28
)
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
33
33
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
34
34
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
35
35
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 =
36
38
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
37
39
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 =
38
42
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
39
43
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
40
44
golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI =
You can’t perform that action at this time.
0 commit comments