File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
internal/modx/.fixtures/example1 Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/logrusorgru/aurora v2.0.3+incompatible
1313 github.com/otiai10/copy v1.14.1
1414 github.com/pkg/errors v0.9.1
15- github.com/spf13/cobra v1.9 .1
15+ github.com/spf13/cobra v1.10 .1
1616 github.com/stretchr/testify v1.11.1
1717 github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
1818 golang.org/x/mod v0.27.0
@@ -28,7 +28,7 @@ require (
2828 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
2929 github.com/otiai10/mint v1.6.3 // indirect
3030 github.com/pmezard/go-difflib v1.0.0 // indirect
31- github.com/spf13/pflag v1.0.6 // indirect
31+ github.com/spf13/pflag v1.0.9 // indirect
3232 golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
3333 golang.org/x/sync v0.8.0 // indirect
3434 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
3030github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
3131github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
3232github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
33- github.com/spf13/cobra v1.9 .1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
34- github.com/spf13/cobra v1.9 .1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
35- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
36- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
33+ github.com/spf13/cobra v1.10 .1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
34+ github.com/spf13/cobra v1.10 .1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
35+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
36+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
3737github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
3838github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
3939github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e h1:IWllFTiDjjLIf2oeKxpIUmtiDV5sn71VgeQgg6vcE7k =
Original file line number Diff line number Diff line change 44
55require (
66 github.com/pkg/errors v0.9.1
7- github.com/spf13/cobra v1.9 .1
7+ github.com/spf13/cobra v1.10 .1
88)
99
1010
You can’t perform that action at this time.
0 commit comments