File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/prometheus/client_golang v1.22.0
7
7
github.com/prometheus/client_model v0.6.2
8
- github.com/prometheus/common v0.64 .0
8
+ github.com/prometheus/common v0.65 .0
9
9
github.com/stretchr/testify v1.10.0
10
10
go.opentelemetry.io/otel v1.36.0
11
11
go.opentelemetry.io/otel/metric v1.36.0
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/
27
27
github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
28
28
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
29
29
github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
30
- github.com/prometheus/common v0.64 .0 h1:pdZeA+g617P7oGv1CzdTzyeShxAGrTBsolKNOLQPGO4 =
31
- github.com/prometheus/common v0.64 .0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
30
+ github.com/prometheus/common v0.65 .0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE =
31
+ github.com/prometheus/common v0.65 .0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
32
32
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
33
33
github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
34
34
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII =
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ require (
155
155
github.com/polyfloyd/go-errorlint v1.8.0 // indirect
156
156
github.com/prometheus/client_golang v1.22.0 // indirect
157
157
github.com/prometheus/client_model v0.6.2 // indirect
158
- github.com/prometheus/common v0.64 .0 // indirect
158
+ github.com/prometheus/common v0.65 .0 // indirect
159
159
github.com/prometheus/procfs v0.16.1 // indirect
160
160
github.com/quasilyte/go-ruleguard v0.4.4 // indirect
161
161
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
Original file line number Diff line number Diff line change @@ -361,8 +361,8 @@ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/
361
361
github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
362
362
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
363
363
github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
364
- github.com/prometheus/common v0.64 .0 h1:pdZeA+g617P7oGv1CzdTzyeShxAGrTBsolKNOLQPGO4 =
365
- github.com/prometheus/common v0.64 .0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
364
+ github.com/prometheus/common v0.65 .0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE =
365
+ github.com/prometheus/common v0.65 .0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
366
366
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
367
367
github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
368
368
github.com/quasilyte/go-ruleguard v0.4.4 h1:53DncefIeLX3qEpjzlS1lyUmQoUEeOWPFWqaTJq9eAQ =
You can’t perform that action at this time.
0 commit comments