File tree Expand file tree Collapse file tree 3 files changed +224
-49
lines changed Expand file tree Collapse file tree 3 files changed +224
-49
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ 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.2.1
9+ github.com/spf13/cobra v1.3.0
1010)
1111
1212require (
@@ -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-20211117183948-ae814b36b871 // indirect
31- golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
32- golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab // indirect
30+ golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
31+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
32+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // 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
You can’t perform that action at this time.
0 commit comments