Skip to content

Commit

Permalink
Merge pull request #91 from masutaka/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/spf13/cobra-1.4.0

Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • Loading branch information
masutaka authored Apr 3, 2022
2 parents 32eb437 + 61877b6 commit 2ccbe29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 382 deletions.
9 changes: 8 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ module github.com/masutaka/github-nippou
go 1.14

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/rakyll/statik v0.1.7
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 2ccbe29

Please sign in to comment.