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 @@ -10,7 +10,7 @@ require (
1010 github.com/logrusorgru/aurora v2.0.3+incompatible
1111 github.com/otiai10/copy v1.7.0
1212 github.com/pkg/errors v0.9.1
13- github.com/spf13/cobra v1.6.0
13+ github.com/spf13/cobra v1.6.1
1414 github.com/stretchr/testify v1.8.1
1515 github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
1616 golang.org/x/mod v0.6.0
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
3434github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
3535github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
3636github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
37- github.com/spf13/cobra v1.6.0 h1:42a0n6jwCot1pUmomAp4T7DeMD+20LFv4Q54pxLf2LI =
38- github.com/spf13/cobra v1.6.0 /go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY =
37+ github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA =
38+ github.com/spf13/cobra v1.6.1 /go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY =
3939github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
4040github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
4141github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
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.6.0
7+ github.com/spf13/cobra v1.6.1
88)
99
1010
You can’t perform that action at this time.
0 commit comments