Skip to content

Commit 98b858c

Browse files
renovate[bot]otelbot[bot]songy23
authored andcommitted
Update module github.com/prometheus/common to v0.67.1 (open-telemetry#43192)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.66.1` -> `v0.67.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.67.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.66.1/v0.67.1?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>prometheus/common (github.com/prometheus/common)</summary> ### [`v0.67.1`](https://redirect.github.com/prometheus/common/blob/HEAD/CHANGELOG.md#v0671--2025-10-07) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.67.0...v0.67.1) ### [`v0.67.0`](https://redirect.github.com/prometheus/common/blob/HEAD/CHANGELOG.md#v0670--2025-10-07) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.66.1...v0.67.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent a8b82fe commit 98b858c

File tree

32 files changed

+187
-187
lines changed

32 files changed

+187
-187
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ require (
129129
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
130130
github.com/prometheus/client_golang v1.23.2 // indirect
131131
github.com/prometheus/client_model v0.6.2 // indirect
132-
github.com/prometheus/common v0.66.1 // indirect
132+
github.com/prometheus/common v0.67.1 // indirect
133133
github.com/prometheus/otlptranslator v1.0.0 // indirect
134134
github.com/prometheus/procfs v0.17.0 // indirect
135135
github.com/rs/cors v1.11.1 // indirect
@@ -226,7 +226,7 @@ require (
226226
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
227227
go.opentelemetry.io/otel/sdk/log v0.14.0 // indirect
228228
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
229-
go.yaml.in/yaml/v2 v2.4.2 // indirect
229+
go.yaml.in/yaml/v2 v2.4.3 // indirect
230230
go.yaml.in/yaml/v3 v3.0.4 // indirect
231231
golang.org/x/crypto v0.42.0 // indirect
232232
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect

cmd/opampsupervisor/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.

connector/datadogconnector/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ require (
245245
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
246246
github.com/prometheus/client_golang v1.23.2 // indirect
247247
github.com/prometheus/client_model v0.6.2 // indirect
248-
github.com/prometheus/common v0.66.1 // indirect
248+
github.com/prometheus/common v0.67.1 // indirect
249249
github.com/prometheus/otlptranslator v1.0.0 // indirect
250250
github.com/prometheus/procfs v0.17.0 // indirect
251251
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
@@ -340,12 +340,12 @@ require (
340340
go.uber.org/dig v1.19.0 // indirect
341341
go.uber.org/fx v1.24.0 // indirect
342342
go.uber.org/multierr v1.11.0 // indirect
343-
go.yaml.in/yaml/v2 v2.4.2 // indirect
343+
go.yaml.in/yaml/v2 v2.4.3 // indirect
344344
go.yaml.in/yaml/v3 v3.0.4 // indirect
345345
golang.org/x/crypto v0.42.0 // indirect
346346
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
347347
golang.org/x/net v0.44.0 // indirect
348-
golang.org/x/oauth2 v0.30.0 // indirect
348+
golang.org/x/oauth2 v0.31.0 // indirect
349349
golang.org/x/sync v0.17.0 // indirect
350350
golang.org/x/sys v0.36.0 // indirect
351351
golang.org/x/term v0.35.0 // indirect

connector/datadogconnector/go.sum

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

exporter/alertmanagerexporter/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/cenkalti/backoff/v5 v5.0.3
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.137.0
8-
github.com/prometheus/common v0.66.1
8+
github.com/prometheus/common v0.67.1
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/component v1.43.0
1111
go.opentelemetry.io/collector/component/componenttest v0.137.0
@@ -82,15 +82,15 @@ require (
8282
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
8383
go.opentelemetry.io/otel/trace v1.38.0 // indirect
8484
go.uber.org/multierr v1.11.0 // indirect
85-
go.yaml.in/yaml/v2 v2.4.2 // indirect
85+
go.yaml.in/yaml/v2 v2.4.3 // indirect
8686
go.yaml.in/yaml/v3 v3.0.4 // indirect
87-
golang.org/x/crypto v0.41.0 // indirect
88-
golang.org/x/net v0.43.0 // indirect
89-
golang.org/x/sys v0.35.0 // indirect
90-
golang.org/x/text v0.28.0 // indirect
87+
golang.org/x/crypto v0.42.0 // indirect
88+
golang.org/x/net v0.44.0 // indirect
89+
golang.org/x/sys v0.36.0 // indirect
90+
golang.org/x/text v0.29.0 // indirect
9191
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
9292
google.golang.org/grpc v1.75.1 // indirect
93-
google.golang.org/protobuf v1.36.9 // indirect
93+
google.golang.org/protobuf v1.36.10 // indirect
9494
gopkg.in/yaml.v3 v3.0.1 // indirect
9595
)
9696

exporter/alertmanagerexporter/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ require (
353353
github.com/prometheus/alertmanager v0.28.1 // indirect
354354
github.com/prometheus/client_golang v1.23.2 // indirect
355355
github.com/prometheus/client_model v0.6.2 // indirect
356-
github.com/prometheus/common v0.66.1 // indirect
356+
github.com/prometheus/common v0.67.1 // indirect
357357
github.com/prometheus/common/assets v0.2.0 // indirect
358358
github.com/prometheus/exporter-toolkit v0.14.0 // indirect
359359
github.com/prometheus/otlptranslator v1.0.0 // indirect
@@ -465,13 +465,13 @@ require (
465465
go.uber.org/fx v1.24.0 // indirect
466466
go.uber.org/multierr v1.11.0 // indirect
467467
go.uber.org/zap/exp v0.3.0 // indirect
468-
go.yaml.in/yaml/v2 v2.4.2 // indirect
468+
go.yaml.in/yaml/v2 v2.4.3 // indirect
469469
go.yaml.in/yaml/v3 v3.0.4 // indirect
470470
golang.org/x/crypto v0.42.0 // indirect
471471
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
472472
golang.org/x/mod v0.28.0 // indirect
473473
golang.org/x/net v0.44.0 // indirect
474-
golang.org/x/oauth2 v0.30.0 // indirect
474+
golang.org/x/oauth2 v0.31.0 // indirect
475475
golang.org/x/sync v0.17.0 // indirect
476476
golang.org/x/sys v0.36.0 // indirect
477477
golang.org/x/term v0.35.0 // indirect

exporter/datadogexporter/go.sum

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

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ require (
251251
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
252252
github.com/prometheus/client_golang v1.23.2 // indirect
253253
github.com/prometheus/client_model v0.6.2 // indirect
254-
github.com/prometheus/common v0.66.1 // indirect
254+
github.com/prometheus/common v0.67.1 // indirect
255255
github.com/prometheus/otlptranslator v1.0.0 // indirect
256256
github.com/prometheus/procfs v0.17.0 // indirect
257257
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
@@ -350,12 +350,12 @@ require (
350350
go.uber.org/fx v1.24.0 // indirect
351351
go.uber.org/multierr v1.11.0 // indirect
352352
go.uber.org/zap v1.27.0 // indirect
353-
go.yaml.in/yaml/v2 v2.4.2 // indirect
353+
go.yaml.in/yaml/v2 v2.4.3 // indirect
354354
go.yaml.in/yaml/v3 v3.0.4 // indirect
355355
golang.org/x/crypto v0.42.0 // indirect
356356
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
357357
golang.org/x/net v0.44.0 // indirect
358-
golang.org/x/oauth2 v0.30.0 // indirect
358+
golang.org/x/oauth2 v0.31.0 // indirect
359359
golang.org/x/sync v0.17.0 // indirect
360360
golang.org/x/sys v0.36.0 // indirect
361361
golang.org/x/term v0.35.0 // indirect

0 commit comments

Comments
 (0)