Skip to content

Commit

Permalink
Merge pull request #37 from mroth/dependabot/go_modules/golang.org/x/…
Browse files Browse the repository at this point in the history
…oauth2-0.10.0

build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.10.0
  • Loading branch information
mroth authored Jul 10, 2023
2 parents 5c4779c + 1e88122 commit c483126
Show file tree
Hide file tree
Showing 2 changed files with 1,485 additions and 14 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-github/v29 v29.0.3
github.com/manifoldco/promptui v0.7.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
golang.org/x/oauth2 v0.8.0
golang.org/x/oauth2 v0.10.0
)

require (
Expand All @@ -20,7 +20,7 @@ require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.4.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Expand All @@ -33,10 +33,10 @@ require (
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading

0 comments on commit c483126

Please sign in to comment.