Skip to content

Commit 120e633

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update module github.com/spf13/cobra to v1.3.0
1 parent 00e4baf commit 120e633

File tree

3 files changed

+235
-48
lines changed

3 files changed

+235
-48
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ require (
1515
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
1616
github.com/otiai10/copy v1.7.0
1717
github.com/pkg/errors v0.9.1
18-
github.com/spf13/cobra v1.2.1
18+
github.com/spf13/cobra v1.3.0
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.5.1
22-
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
23-
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
22+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
2423
gopkg.in/yaml.v2 v2.4.0
2524
)

0 commit comments

Comments
 (0)