Skip to content

Commit 9323c31

Browse files
authored
Merge pull request #112 from create-go-app/dev
Update spf13/cobra to v1.3.0
2 parents 1df5abb + bfdeb57 commit 9323c31

File tree

3 files changed

+224
-49
lines changed

3 files changed

+224
-49
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1212
require (
@@ -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

0 commit comments

Comments
 (0)