Skip to content

Commit

Permalink
build(deps): bump golang.org/x/oauth2 in /services/onedrive (#2215)
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.21.0.
- [Commits](golang/oauth2@v0.15.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jun 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 80fac51 commit 4b64914
Showing 2 changed files with 8 additions and 1,182 deletions.
6 changes: 5 additions & 1 deletion services/onedrive/go.mod
Original file line number Diff line number Diff line change
@@ -7,7 +7,11 @@ require (
github.com/beyondstorage/go-storage/v5 v5.0.0
github.com/goh-chunlin/go-onedrive v1.1.1
github.com/google/uuid v1.4.0
golang.org/x/oauth2 v0.15.0
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.15.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

replace (
1,184 changes: 3 additions & 1,181 deletions services/onedrive/go.sum

Large diffs are not rendered by default.

0 comments on commit 4b64914

Please sign in to comment.