Skip to content

Commit 5693356

Browse files
fix(deps): update module github.com/prometheus/common to v0.67.2
1 parent 507664f commit 5693356

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

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.67.1
7+
github.com/prometheus/common v0.67.2
88
github.com/stretchr/testify v1.11.1
99
go.opentelemetry.io/collector v0.138.0
1010
go.opentelemetry.io/collector/component v1.44.0
@@ -152,11 +152,11 @@ require (
152152
go.uber.org/multierr v1.11.0 // indirect
153153
go.yaml.in/yaml/v2 v2.4.3 // indirect
154154
go.yaml.in/yaml/v3 v3.0.4 // indirect
155-
golang.org/x/crypto v0.42.0 // indirect
155+
golang.org/x/crypto v0.43.0 // indirect
156156
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
157-
golang.org/x/net v0.44.0 // indirect
158-
golang.org/x/sys v0.36.0 // indirect
159-
golang.org/x/text v0.29.0 // indirect
157+
golang.org/x/net v0.46.0 // indirect
158+
golang.org/x/sys v0.37.0 // indirect
159+
golang.org/x/text v0.30.0 // indirect
160160
gonum.org/v1/gonum v0.16.0 // indirect
161161
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
162162
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.

service/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/google/uuid v1.6.0
77
github.com/prometheus/client_model v0.6.2
8-
github.com/prometheus/common v0.67.1
8+
github.com/prometheus/common v0.67.2
99
github.com/shirou/gopsutil/v4 v4.25.9
1010
github.com/stretchr/testify v1.11.1
1111
go.opentelemetry.io/collector v0.138.0
@@ -133,11 +133,11 @@ require (
133133
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
134134
go.yaml.in/yaml/v2 v2.4.3 // indirect
135135
go.yaml.in/yaml/v3 v3.0.4 // indirect
136-
golang.org/x/crypto v0.42.0 // indirect
136+
golang.org/x/crypto v0.43.0 // indirect
137137
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
138-
golang.org/x/net v0.44.0 // indirect
139-
golang.org/x/sys v0.36.0 // indirect
140-
golang.org/x/text v0.29.0 // indirect
138+
golang.org/x/net v0.46.0 // indirect
139+
golang.org/x/sys v0.37.0 // indirect
140+
golang.org/x/text v0.30.0 // indirect
141141
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
142142
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
143143
google.golang.org/grpc v1.76.0 // indirect

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