Skip to content

Commit 49acd69

Browse files
committed
chore: bump go dependency github.com/prometheus/common
1 parent 3c14a3c commit 49acd69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ require (
121121
github.com/opencontainers/image-spec v1.1.1 // indirect
122122
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
123123
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124-
github.com/prometheus/common v0.67.2 // indirect
124+
github.com/prometheus/common v0.67.4 // indirect
125125
github.com/prometheus/procfs v0.19.2 // indirect
126126
github.com/rubenv/sql-migrate v1.8.0 // indirect
127127
github.com/russross/blackfriday/v2 v2.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h
308308
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
309309
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
310310
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
311-
github.com/prometheus/common v0.67.2 h1:PcBAckGFTIHt2+L3I33uNRTlKTplNzFctXcWhPyAEN8=
312-
github.com/prometheus/common v0.67.2/go.mod h1:63W3KZb1JOKgcjlIr64WW/LvFGAqKPj0atm+knVGEko=
311+
github.com/prometheus/common v0.67.4 h1:yR3NqWO1/UyO1w2PhUvXlGQs/PtFmoveVO0KZ4+Lvsc=
312+
github.com/prometheus/common v0.67.4/go.mod h1:gP0fq6YjjNCLssJCQp0yk4M8W6ikLURwkdd/YKtTbyI=
313313
github.com/prometheus/procfs v0.19.2 h1:zUMhqEW66Ex7OXIiDkll3tl9a1ZdilUOd/F6ZXw4Vws=
314314
github.com/prometheus/procfs v0.19.2/go.mod h1:M0aotyiemPhBCM0z5w87kL22CxfcH05ZpYlu+b4J7mw=
315315
github.com/quay/claircore v1.5.45 h1:I1tzV+wQo6RJeL3TqR06KFjdvlWzkarxlYXUdACGRnM=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ github.com/pkg/errors
398398
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
399399
## explicit
400400
github.com/pmezard/go-difflib/difflib
401-
# github.com/prometheus/common v0.67.2
401+
# github.com/prometheus/common v0.67.4
402402
## explicit; go 1.24.0
403403
# github.com/prometheus/procfs v0.19.2
404404
## explicit; go 1.24.0

0 commit comments

Comments
 (0)