Skip to content

Commit c5af0d8

Browse files
committed
Update cobra to v1.4.0
1 parent e7dacc0 commit c5af0d8

File tree

3 files changed

+18
-722
lines changed

3 files changed

+18
-722
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ require (
66
github.com/AlecAivazis/survey/v2 v2.3.2
77
github.com/go-git/go-git/v5 v5.4.2
88
github.com/mattn/go-colorable v0.1.12
9-
github.com/spf13/cobra v1.3.0
9+
github.com/spf13/cobra v1.4.0
1010
)
1111

1212
require (
13-
github.com/Microsoft/go-winio v0.5.1 // indirect
13+
github.com/Microsoft/go-winio v0.5.2 // indirect
1414
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
1515
github.com/acomagu/bufpipe v1.0.3 // indirect
1616
github.com/emirpasic/gods v1.12.0 // indirect
@@ -27,9 +27,9 @@ require (
2727
github.com/sergi/go-diff v1.2.0 // indirect
2828
github.com/spf13/pflag v1.0.5 // indirect
2929
github.com/xanzy/ssh-agent v0.3.1 // indirect
30-
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
31-
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
32-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
30+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
31+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
32+
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
3333
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
3434
golang.org/x/text v0.3.7 // indirect
3535
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)