Skip to content

Commit 583f7a1

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/coreos/go-oidc/v3 to v3.11.0 (#33965)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/coreos/go-oidc/v3](https://togithub.com/coreos/go-oidc) | `v3.10.0` -> `v3.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.10.0/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.10.0/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>coreos/go-oidc (github.com/coreos/go-oidc/v3)</summary> ### [`v3.11.0`](https://togithub.com/coreos/go-oidc/releases/tag/v3.11.0) [Compare Source](https://togithub.com/coreos/go-oidc/compare/v3.10.0...v3.11.0) #### What's Changed - oidc: verify support for algs from discovery by [@&#8203;ericchiang](https://togithub.com/ericchiang) in [https://github.com/coreos/go-oidc/pull/430](https://togithub.com/coreos/go-oidc/pull/430) - chore(deps): bump dependencies to address security issues by [@&#8203;clambin](https://togithub.com/clambin) in [https://github.com/coreos/go-oidc/pull/432](https://togithub.com/coreos/go-oidc/pull/432) - oidc: ignore cancellation of remote key set context by [@&#8203;ericchiang](https://togithub.com/ericchiang) in [https://github.com/coreos/go-oidc/pull/433](https://togithub.com/coreos/go-oidc/pull/433) #### New Contributors - [@&#8203;clambin](https://togithub.com/clambin) made their first contribution in [https://github.com/coreos/go-oidc/pull/432](https://togithub.com/coreos/go-oidc/pull/432) **Full Changelog**: coreos/go-oidc@v3.10.0...v3.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 1d09fb6 commit 583f7a1

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ require (
431431
github.com/containerd/cgroups/v3 v3.0.3 // indirect
432432
github.com/containerd/console v1.0.3 // indirect
433433
github.com/containerd/ttrpc v1.2.4 // indirect
434-
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
434+
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
435435
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
436436
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
437437
github.com/danieljoos/wincred v1.1.2 // indirect
@@ -471,7 +471,7 @@ require (
471471
github.com/getsentry/sentry-go v0.28.1 // indirect
472472
github.com/go-faster/city v1.0.1 // indirect
473473
github.com/go-faster/errors v0.7.1 // indirect
474-
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
474+
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
475475
github.com/go-kit/kit v0.12.0 // indirect
476476
github.com/go-kit/log v0.2.1 // indirect
477477
github.com/go-logfmt/logfmt v0.6.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/oidcauthextension/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/oidca
33
go 1.21.0
44

55
require (
6-
github.com/coreos/go-oidc/v3 v3.10.0
6+
github.com/coreos/go-oidc/v3 v3.11.0
77
github.com/stretchr/testify v1.9.0
88
go.opentelemetry.io/collector v0.104.1-0.20240705135726-e014c1ed756c
99
go.opentelemetry.io/collector/component v0.104.1-0.20240705135726-e014c1ed756c
@@ -19,7 +19,7 @@ require (
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2121
github.com/davecgh/go-spew v1.1.1 // indirect
22-
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
22+
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
2323
github.com/go-logr/logr v1.4.2 // indirect
2424
github.com/go-logr/stdr v1.2.2 // indirect
2525
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
@@ -45,10 +45,10 @@ require (
4545
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
4646
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
4747
go.uber.org/multierr v1.11.0 // indirect
48-
golang.org/x/crypto v0.24.0 // indirect
49-
golang.org/x/net v0.26.0 // indirect
48+
golang.org/x/crypto v0.25.0 // indirect
49+
golang.org/x/net v0.27.0 // indirect
5050
golang.org/x/oauth2 v0.21.0 // indirect
51-
golang.org/x/sys v0.21.0 // indirect
51+
golang.org/x/sys v0.22.0 // indirect
5252
golang.org/x/text v0.16.0 // indirect
5353
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
5454
google.golang.org/grpc v1.65.0 // indirect

extension/oidcauthextension/go.sum

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)