Skip to content

Commit

Permalink
Bump golang.org/x/oauth2 from 0.7.0 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.7.0 to 0.11.0.
- [Commits](golang/oauth2@v0.7.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent 6fc8866 commit 983c520
Show file tree
Hide file tree
Showing 2 changed files with 1,465 additions and 12 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/shurcooL/githubv4 v0.0.0-20211117020012-5800b9de5b8b
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/xanzy/go-gitlab v0.83.0
golang.org/x/oauth2 v0.7.0
golang.org/x/oauth2 v0.11.0
)

require (
Expand Down Expand Up @@ -45,11 +45,11 @@ require (
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.29.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading

0 comments on commit 983c520

Please sign in to comment.