File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
internal/modx/.fixtures/example1 Expand file tree Collapse file tree 3 files changed +4
-3
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.4.2
1717 github.com/pkg/errors v0.9.1
18- github.com/spf13/cobra v1.1.2
18+ github.com/spf13/cobra v1.1.3
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.1
Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4k
187187github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
188188github.com/spf13/afero v1.1.2 /go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ =
189189github.com/spf13/cast v1.3.0 /go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE =
190- github.com/spf13/cobra v1.1.2 /go.mod h1:ZjwqWkCg0LnXvLRIfTLdB4Y/MCO3gMHHJ2KFxQZy4xE =
190+ github.com/spf13/cobra v1.1.3 h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M =
191+ github.com/spf13/cobra v1.1.3 /go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo =
191192github.com/spf13/jwalterweatherman v1.0.0 /go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo =
192193github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
193194github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
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.1.2
7+ github.com/spf13/cobra v1.1.3
88)
99
1010
You can’t perform that action at this time.
0 commit comments