File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/prometheus/client_golang
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.4
6
-
7
5
require (
8
6
github.com/beorn7/perks v1.0.1
9
7
github.com/cespare/xxhash/v2 v2.3.0
@@ -12,7 +10,7 @@ require (
12
10
github.com/klauspost/compress v1.18.0
13
11
github.com/kylelemons/godebug v1.1.0
14
12
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
16
14
github.com/prometheus/procfs v0.16.1
17
15
go.uber.org/goleak v1.3.0
18
16
golang.org/x/sys v0.33.0
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
35
35
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
36
36
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
37
37
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 =
40
40
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
41
41
github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
42
42
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
You can’t perform that action at this time.
0 commit comments