Skip to content

Commit

Permalink
build(deps): bump golang.org/x/oauth2 in /services/gcs
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20221014153046-6fdb5e3db783 to 0.11.0.
- [Commits](https://github.com/golang/oauth2/commits/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] authored Aug 22, 2023
1 parent 00ce915 commit e431a73
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 28 deletions.
6 changes: 3 additions & 3 deletions services/gcs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
cloud.google.com/go/storage v1.29.0
github.com/beyondstorage/go-storage/credential v1.0.0
github.com/beyondstorage/go-storage/v5 v5.0.0
github.com/google/uuid v1.3.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
google.golang.org/api v0.109.0
github.com/google/uuid v1.3.1
golang.org/x/oauth2 v0.11.0
google.golang.org/api v0.126.0
)

replace (
Expand Down
Loading

0 comments on commit e431a73

Please sign in to comment.