File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
28
28
github.com/mennanov/fieldmask-utils v1.1.2
29
29
github.com/opencontainers/runtime-spec v1.2.1
30
30
github.com/prometheus/client_golang v1.21.1
31
- github.com/prometheus/client_model v0.6.1
31
+ github.com/prometheus/client_model v0.6.2
32
32
github.com/prometheus/procfs v0.16.0
33
33
github.com/sirupsen/logrus v1.9.3
34
34
github.com/spf13/cobra v1.9.1
Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
327
327
github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk =
328
328
github.com/prometheus/client_golang v1.21.1 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
329
329
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
330
- github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
331
- github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
330
+ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
331
+ github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
332
332
github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io =
333
333
github.com/prometheus/common v0.62.0 /go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I =
334
334
github.com/prometheus/procfs v0.16.0 h1:xh6oHhKwnOJKMYiYBDWmkHqQPyiY40sny36Cmx2bbsM =
Original file line number Diff line number Diff line change @@ -443,8 +443,8 @@ github.com/prometheus/client_golang/prometheus/promhttp
443
443
github.com/prometheus/client_golang/prometheus/testutil
444
444
github.com/prometheus/client_golang/prometheus/testutil/promlint
445
445
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
446
- # github.com/prometheus/client_model v0.6.1
447
- ## explicit; go 1.19
446
+ # github.com/prometheus/client_model v0.6.2
447
+ ## explicit; go 1.22.0
448
448
github.com/prometheus/client_model/go
449
449
# github.com/prometheus/common v0.62.0
450
450
## explicit; go 1.21
You can’t perform that action at this time.
0 commit comments