Skip to content

Commit 05d0d76

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/prometheus/common to v0.67.1 (#13941)
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). <!--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 6e78efb commit 05d0d76

File tree

14 files changed

+82
-82
lines changed

14 files changed

+82
-82
lines changed

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
7373
go.uber.org/multierr v1.11.0 // indirect
7474
go.yaml.in/yaml/v3 v3.0.4 // indirect
75-
golang.org/x/net v0.43.0 // indirect
75+
golang.org/x/net v0.44.0 // indirect
7676
golang.org/x/sys v0.36.0 // indirect
7777
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
7878
google.golang.org/grpc v1.76.0 // indirect

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

cmd/otelcorecol/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7474
github.com/prometheus/client_golang v1.23.2 // indirect
7575
github.com/prometheus/client_model v0.6.2 // indirect
76-
github.com/prometheus/common v0.66.1 // indirect
76+
github.com/prometheus/common v0.67.1 // indirect
7777
github.com/prometheus/otlptranslator v0.0.2 // indirect
7878
github.com/prometheus/procfs v0.17.0 // indirect
7979
github.com/rs/cors v1.11.1 // indirect
@@ -164,12 +164,12 @@ require (
164164
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
165165
go.uber.org/multierr v1.11.0 // indirect
166166
go.uber.org/zap v1.27.0 // indirect
167-
go.yaml.in/yaml/v2 v2.4.2 // indirect
167+
go.yaml.in/yaml/v2 v2.4.3 // indirect
168168
go.yaml.in/yaml/v3 v3.0.4 // indirect
169-
golang.org/x/crypto v0.41.0 // indirect
169+
golang.org/x/crypto v0.42.0 // indirect
170170
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
171-
golang.org/x/net v0.43.0 // indirect
172-
golang.org/x/text v0.28.0 // indirect
171+
golang.org/x/net v0.44.0 // indirect
172+
golang.org/x/text v0.29.0 // indirect
173173
gonum.org/v1/gonum v0.16.0 // indirect
174174
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
175175
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect

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

internal/e2e/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
github.com/prometheus/common v0.66.1
7+
github.com/prometheus/common v0.67.1
88
github.com/stretchr/testify v1.11.1
99
go.opentelemetry.io/collector v0.137.0
1010
go.opentelemetry.io/collector/component v1.43.0
@@ -151,13 +151,13 @@ require (
151151
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
152152
go.opentelemetry.io/otel/trace v1.38.0 // indirect
153153
go.uber.org/multierr v1.11.0 // indirect
154-
go.yaml.in/yaml/v2 v2.4.2 // indirect
154+
go.yaml.in/yaml/v2 v2.4.3 // indirect
155155
go.yaml.in/yaml/v3 v3.0.4 // indirect
156-
golang.org/x/crypto v0.41.0 // indirect
156+
golang.org/x/crypto v0.42.0 // indirect
157157
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
158-
golang.org/x/net v0.43.0 // indirect
158+
golang.org/x/net v0.44.0 // indirect
159159
golang.org/x/sys v0.36.0 // indirect
160-
golang.org/x/text v0.28.0 // indirect
160+
golang.org/x/text v0.29.0 // indirect
161161
gonum.org/v1/gonum v0.16.0 // indirect
162162
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
163163
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect

internal/e2e/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.

otelcol/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6767
github.com/prometheus/client_golang v1.23.2 // indirect
6868
github.com/prometheus/client_model v0.6.2 // indirect
69-
github.com/prometheus/common v0.66.1 // indirect
69+
github.com/prometheus/common v0.67.1 // indirect
7070
github.com/prometheus/otlptranslator v0.0.2 // indirect
7171
github.com/prometheus/procfs v0.17.0 // indirect
7272
github.com/shirou/gopsutil/v4 v4.25.9 // indirect
@@ -114,9 +114,9 @@ require (
114114
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
115115
go.opentelemetry.io/otel/trace v1.38.0 // indirect
116116
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
117-
go.yaml.in/yaml/v2 v2.4.2 // indirect
118-
golang.org/x/net v0.43.0 // indirect
119-
golang.org/x/text v0.28.0 // indirect
117+
go.yaml.in/yaml/v2 v2.4.3 // indirect
118+
golang.org/x/net v0.44.0 // indirect
119+
golang.org/x/text v0.29.0 // indirect
120120
gonum.org/v1/gonum v0.16.0 // indirect
121121
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
122122
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect

otelcol/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)