File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
internal/modx/.fixtures/example1 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/logrusorgru/aurora v2.0.3+incompatible
13
13
github.com/otiai10/copy v1.14.1
14
14
github.com/pkg/errors v0.9.1
15
- github.com/spf13/cobra v1.9.0
15
+ github.com/spf13/cobra v1.9.1
16
16
github.com/stretchr/testify v1.10.0
17
17
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
18
18
golang.org/x/mod v0.23.0
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
30
30
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
31
31
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
32
32
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
33
- github.com/spf13/cobra v1.9.0 h1:Py5fIuq/lJsRYxcxfOtsJqpmwJWCMOUy2tMJYV8TNHE =
34
- github.com/spf13/cobra v1.9.0 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
33
+ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
34
+ github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
35
35
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
36
36
github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
37
37
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/pkg/errors v0.9.1
7
- github.com/spf13/cobra v1.9.0
7
+ github.com/spf13/cobra v1.9.1
8
8
)
9
9
10
10
You can’t perform that action at this time.
0 commit comments