Skip to content

Commit 4e197f9

Browse files
committed
Update common
Signed-off-by: Arve Knudsen <[email protected]>
1 parent e3d5aaa commit 4e197f9

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
@@ -12,7 +12,7 @@ require (
1212
github.com/klauspost/compress v1.18.0
1313
github.com/kylelemons/godebug v1.1.0
1414
github.com/prometheus/client_model v0.6.2
15-
github.com/prometheus/common v0.65.1-0.20250704063051-dd764ff5ada2
15+
github.com/prometheus/common v0.65.1-0.20250704064055-d99456f60c11
1616
github.com/prometheus/procfs v0.16.1
1717
go.uber.org/goleak v1.3.0
1818
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.20250704064055-d99456f60c11 h1:77iSFzG6MNPjAvFDM65KQimYSPC1EoWmdHvKPeVAOMI=
39+
github.com/prometheus/common v0.65.1-0.20250704064055-d99456f60c11/go.mod h1:sXIKShwiV30qE78P3QeX84YtnCIkFH163nqVm7JzZcU=
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)