Skip to content

Commit 18a45b8

Browse files
committed
Upgrade client_golang
Signed-off-by: Arve Knudsen <[email protected]>
1 parent 2fcab0a commit 18a45b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/davecgh/go-spew v1.1.1 // indirect
2626
github.com/jpillora/backoff v1.0.0 // indirect
2727
github.com/pmezard/go-difflib v1.0.0 // indirect
28-
github.com/prometheus/client_golang v1.22.1-0.20250714085946-056a7b9a8ca2 // indirect
28+
github.com/prometheus/client_golang v1.22.1-0.20250714094730-2a56112522d7 // indirect
2929
github.com/prometheus/procfs v0.16.1 // indirect
3030
github.com/rogpeppe/go-internal v1.10.0 // indirect
3131
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+
2727
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
2828
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2929
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
30-
github.com/prometheus/client_golang v1.22.1-0.20250714085946-056a7b9a8ca2 h1:U3tn41aN8oT6gE44szWlFYjWDPj1vTg9xFq8JAsRMTc=
31-
github.com/prometheus/client_golang v1.22.1-0.20250714085946-056a7b9a8ca2/go.mod h1:CR59Lx0qSGs4e5Zxr3VgiN2yuxy90eRO/0sO/iCjUH0=
30+
github.com/prometheus/client_golang v1.22.1-0.20250714094730-2a56112522d7 h1:iceIbEgeE8Ci2rgP6vx4TETUdoadUjS6BcCqau2dTzE=
31+
github.com/prometheus/client_golang v1.22.1-0.20250714094730-2a56112522d7/go.mod h1:CR59Lx0qSGs4e5Zxr3VgiN2yuxy90eRO/0sO/iCjUH0=
3232
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
3333
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
3434
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=

0 commit comments

Comments
 (0)