Skip to content

Commit c8493b4

Browse files
committed
Update common
Signed-off-by: Arve Knudsen <[email protected]>
1 parent 2a56112 commit c8493b4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/prometheus/client_golang
22

33
go 1.23.0
44

5-
toolchain go1.24.4
6-
75
require (
86
github.com/beorn7/perks v1.0.1
97
github.com/cespare/xxhash/v2 v2.3.0
@@ -12,7 +10,7 @@ require (
1210
github.com/klauspost/compress v1.18.0
1311
github.com/kylelemons/godebug v1.1.0
1412
github.com/prometheus/client_model v0.6.2
15-
github.com/prometheus/common v0.65.1-0.20250704063051-dd764ff5ada2
13+
github.com/prometheus/common v0.65.1-0.20250714091050-c6ae72fb63e9
1614
github.com/prometheus/procfs v0.16.1
1715
go.uber.org/goleak v1.3.0
1816
golang.org/x/sys v0.33.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3535
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3636
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
3737
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
38-
github.com/prometheus/common v0.65.1-0.20250704063051-dd764ff5ada2 h1:+PRxWMSLkDSEsjjztnLj3Dp009ayxU2LWYI8uX2caXU=
39-
github.com/prometheus/common v0.65.1-0.20250704063051-dd764ff5ada2/go.mod h1:LL3lcZII3UXGO4InbF+BTSsiAAPUBnwFVbp4gBWIMqw=
38+
github.com/prometheus/common v0.65.1-0.20250714091050-c6ae72fb63e9 h1:W+mk95PFPPi5NOzr2MtiGe7BXlHmsxs7UESIGsW5S08=
39+
github.com/prometheus/common v0.65.1-0.20250714091050-c6ae72fb63e9/go.mod h1:41VB7D5p4TG2i2w5P4G62ofoS2mVyeTQ9QIAKYE60TE=
4040
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=
4141
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
4242
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=

0 commit comments

Comments
 (0)