Skip to content

Commit 79f1ee3

Browse files
renovate[bot]otelbot[bot]codeboten
authored
fix(deps): update module github.com/prometheus/common to v0.67.2 (open-telemetry#43838)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.67.1` -> `v0.67.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.67.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.67.1/v0.67.2?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.2`](https://redirect.github.com/prometheus/common/blob/HEAD/CHANGELOG.md#v0672--2025-10-28) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.67.1...v0.67.2) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 00b2b8f commit 79f1ee3

File tree

28 files changed

+156
-156
lines changed

28 files changed

+156
-156
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
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.67.1 // indirect
132+
github.com/prometheus/common v0.67.2 // 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

cmd/opampsupervisor/go.sum

Lines changed: 2 additions & 2 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: 5 additions & 5 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.138.0
8-
github.com/prometheus/common v0.67.1
8+
github.com/prometheus/common v0.67.2
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/component v1.44.1-0.20251023205830-8038c6949379
1111
go.opentelemetry.io/collector/component/componenttest v0.138.1-0.20251023205830-8038c6949379
@@ -84,10 +84,10 @@ require (
8484
go.uber.org/multierr v1.11.0 // indirect
8585
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.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
87+
golang.org/x/crypto v0.43.0 // indirect
88+
golang.org/x/net v0.46.0 // indirect
89+
golang.org/x/sys v0.37.0 // indirect
90+
golang.org/x/text v0.30.0 // indirect
9191
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
9292
google.golang.org/grpc v1.76.0 // indirect
9393
google.golang.org/protobuf v1.36.10 // indirect

exporter/alertmanagerexporter/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.

exporter/elasticsearchexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ require (
134134
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
135135
github.com/prometheus/client_golang v1.23.2 // indirect
136136
github.com/prometheus/client_model v0.6.2 // indirect
137-
github.com/prometheus/common v0.67.1 // indirect
137+
github.com/prometheus/common v0.67.2 // indirect
138138
github.com/prometheus/otlptranslator v1.0.0 // indirect
139139
github.com/prometheus/procfs v0.17.0 // indirect
140140
github.com/rs/cors v1.11.1 // indirect

exporter/elasticsearchexporter/integrationtest/go.sum

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

exporter/prometheusexporter/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.138.0
1111
github.com/prometheus/client_golang v1.23.2
1212
github.com/prometheus/client_model v0.6.2
13-
github.com/prometheus/common v0.67.1
13+
github.com/prometheus/common v0.67.2
1414
github.com/prometheus/otlptranslator v1.0.0
1515
github.com/prometheus/prometheus v0.305.1-0.20250808193045-294f36e80261
1616
github.com/stretchr/testify v1.11.1
@@ -233,8 +233,8 @@ require (
233233
golang.org/x/crypto v0.43.0 // indirect
234234
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
235235
golang.org/x/mod v0.28.0 // indirect
236-
golang.org/x/net v0.45.0 // indirect
237-
golang.org/x/oauth2 v0.31.0 // indirect
236+
golang.org/x/net v0.46.0 // indirect
237+
golang.org/x/oauth2 v0.32.0 // indirect
238238
golang.org/x/sync v0.17.0 // indirect
239239
golang.org/x/sys v0.37.0 // indirect
240240
golang.org/x/term v0.36.0 // indirect

exporter/prometheusexporter/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/prometheusremotewriteexporter/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ require (
9999
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
100100
github.com/prometheus/client_golang v1.23.0-rc.1 // indirect
101101
github.com/prometheus/client_model v0.6.2 // indirect
102-
github.com/prometheus/common v0.67.1 // indirect
102+
github.com/prometheus/common v0.67.2 // indirect
103103
github.com/prometheus/procfs v0.16.1 // indirect
104104
github.com/prometheus/sigv4 v0.2.0 // indirect
105105
github.com/rs/cors v1.11.1 // indirect
@@ -132,11 +132,11 @@ require (
132132
go.opentelemetry.io/otel/log v0.14.0 // indirect
133133
go.yaml.in/yaml/v2 v2.4.3 // indirect
134134
go.yaml.in/yaml/v3 v3.0.4 // indirect
135-
golang.org/x/crypto v0.42.0 // indirect
136-
golang.org/x/net v0.44.0 // indirect
137-
golang.org/x/oauth2 v0.31.0 // indirect
138-
golang.org/x/sys v0.36.0 // indirect
139-
golang.org/x/text v0.29.0 // indirect
135+
golang.org/x/crypto v0.43.0 // indirect
136+
golang.org/x/net v0.46.0 // indirect
137+
golang.org/x/oauth2 v0.32.0 // indirect
138+
golang.org/x/sys v0.37.0 // indirect
139+
golang.org/x/text v0.30.0 // indirect
140140
golang.org/x/time v0.12.0 // indirect
141141
google.golang.org/api v0.239.0 // indirect
142142
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect

exporter/prometheusremotewriteexporter/go.sum

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

0 commit comments

Comments
 (0)