File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/client_golang
2
2
3
3
go 1.22
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/beorn7/perks v1.0.1
@@ -9,7 +10,7 @@ require (
9
10
github.com/json-iterator/go v1.1.12
10
11
github.com/klauspost/compress v1.18.0
11
12
github.com/kylelemons/godebug v1.1.0
12
- github.com/prometheus/client_model v0.6.1
13
+ github.com/prometheus/client_model v0.6.2
13
14
github.com/prometheus/common v0.63.0
14
15
github.com/prometheus/procfs v0.16.0
15
16
go.uber.org/goleak v1.2.0
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
33
33
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
34
34
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
35
35
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
36
- github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
37
- github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
36
+ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
37
+ github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
38
38
github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k =
39
39
github.com/prometheus/common v0.63.0 /go.mod h1:VVFF/fBIoToEnWRVkYoXEkq3R3paCoxG9PXP74SnV18 =
40
40
github.com/prometheus/procfs v0.16.0 h1:xh6oHhKwnOJKMYiYBDWmkHqQPyiY40sny36Cmx2bbsM =
You can’t perform that action at this time.
0 commit comments