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 @@ -15,7 +15,7 @@ require (
15
15
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
16
16
github.com/otiai10/copy v1.6.0
17
17
github.com/pkg/errors v0.9.1
18
- github.com/spf13/cobra v1.2.0
18
+ github.com/spf13/cobra v1.2.1
19
19
github.com/stretchr/testify v1.7.0
20
20
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
21
21
golang.org/x/mod v0.4.2
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1
242
242
github.com/smartystreets/goconvey v1.6.4 /go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA =
243
243
github.com/spf13/afero v1.6.0 /go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I =
244
244
github.com/spf13/cast v1.3.1 /go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE =
245
- github.com/spf13/cobra v1.2.0 h1:IHGo93KUJjih0Gz449MCBDKuaWPqcKcbuUM7GXWFnlw =
246
- github.com/spf13/cobra v1.2.0 /go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk =
245
+ github.com/spf13/cobra v1.2.1 h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw =
246
+ github.com/spf13/cobra v1.2.1 /go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk =
247
247
github.com/spf13/jwalterweatherman v1.1.0 /go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo =
248
248
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
249
249
github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
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.2.0
7
+ github.com/spf13/cobra v1.2.1
8
8
)
9
9
10
10
You can’t perform that action at this time.
0 commit comments