File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
github.com/opencontainers/go-digest v1.0.0
27
27
github.com/opencontainers/image-spec v1.1.0
28
28
github.com/pkg/errors v0.9.1
29
- github.com/prometheus/client_golang v1.20.5
29
+ github.com/prometheus/client_golang v1.21.0
30
30
github.com/robfig/cron/v3 v3.0.1
31
31
github.com/shirou/gopsutil/v4 v4.25.1
32
32
github.com/spf13/cobra v1.9.1
@@ -292,7 +292,7 @@ require (
292
292
github.com/pjbgf/sha1cd v0.3.0 // indirect
293
293
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
294
294
github.com/prometheus/client_model v0.6.1 // indirect
295
- github.com/prometheus/common v0.60 .0 // indirect
295
+ github.com/prometheus/common v0.62 .0 // indirect
296
296
github.com/prometheus/procfs v0.15.1 // indirect
297
297
github.com/redis/go-redis/v9 v9.7.0 // indirect
298
298
github.com/rivo/uniseg v0.4.7 // indirect
Original file line number Diff line number Diff line change @@ -940,6 +940,8 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn
940
940
github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
941
941
github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y =
942
942
github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
943
+ github.com/prometheus/client_golang v1.21.0 h1:DIsaGmiaBkSangBgMtWdNfxbMNdku5IK6iNhrEqWvdA =
944
+ github.com/prometheus/client_golang v1.21.0 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
943
945
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
944
946
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
945
947
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
@@ -951,6 +953,8 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
951
953
github.com/prometheus/common v0.6.0 /go.mod h1:eBmuwkDJBwy6iBfxCBob6t6dR6ENT/y+J+Zk0j9GMYc =
952
954
github.com/prometheus/common v0.60.0 h1:+V9PAREWNvJMAuJ1x1BaWl9dewMW4YrHZQbx0sJNllA =
953
955
github.com/prometheus/common v0.60.0 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
956
+ github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io =
957
+ github.com/prometheus/common v0.62.0 /go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I =
954
958
github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7 /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
955
959
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
956
960
github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
You can’t perform that action at this time.
0 commit comments