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 (
1515 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
1616 github.com/otiai10/copy v1.6.0
1717 github.com/pkg/errors v0.9.1
18- github.com/spf13/cobra v1.2.0
18+ github.com/spf13/cobra v1.2.1
1919 github.com/stretchr/testify v1.7.0
2020 github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
2121 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
242242github.com/smartystreets/goconvey v1.6.4 /go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA =
243243github.com/spf13/afero v1.6.0 /go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I =
244244github.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 =
247247github.com/spf13/jwalterweatherman v1.1.0 /go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo =
248248github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
249249github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
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.2.0
7+ github.com/spf13/cobra v1.2.1
88)
99
1010
You can’t perform that action at this time.
0 commit comments