Skip to content

Commit

Permalink
Bump golang.org/x/oauth2 in /extension/oauth2clientauthextension
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.13.0 to 0.24.0.
- [Commits](golang/oauth2@v0.13.0...v0.24.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]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent b39f83d commit 1d0b13b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
6 changes: 2 additions & 4 deletions extension/oauth2clientauthextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ require (
go.opentelemetry.io/collector/extension/auth v0.88.1-0.20231026220224-6405e152a2d9
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.26.0
golang.org/x/oauth2 v0.13.0
golang.org/x/oauth2 v0.24.0
google.golang.org/grpc v1.59.0
)

require (
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand Down Expand Up @@ -51,7 +50,6 @@ require (
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
15 changes: 4 additions & 11 deletions extension/oauth2clientauthextension/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d0b13b

Please sign in to comment.