Skip to content

Commit

Permalink
Merge pull request #112 from create-go-app/dev
Browse files Browse the repository at this point in the history
Update spf13/cobra to v1.3.0
  • Loading branch information
koddr authored Dec 21, 2021
2 parents 1df5abb + bfdeb57 commit 9323c31
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 49 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/go-git/go-git/v5 v5.4.2
github.com/mattn/go-colorable v0.1.12
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.3.0
)

require (
Expand All @@ -27,9 +27,9 @@ require (
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
Loading

0 comments on commit 9323c31

Please sign in to comment.