File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/google/cadvisor/cmd
22
33go 1.23.0
44
5- toolchain go1.24.0
5+ toolchain go1.24.6
66
77// Record that the cmd module requires the cadvisor library module.
88// The github.com/google/cadvisor/cmd module is built using the Makefile
@@ -66,7 +66,7 @@ require (
6666 github.com/cyphar/filepath-securejoin v0.4.1 // indirect
6767 github.com/davecgh/go-spew v1.1.1 // indirect
6868 github.com/distribution/reference v0.6.0 // indirect
69- github.com/docker/docker v28.2.2 +incompatible // indirect
69+ github.com/docker/docker v28.3.3 +incompatible // indirect
7070 github.com/docker/go-connections v0.5.0 // indirect
7171 github.com/docker/go-units v0.5.0 // indirect
7272 github.com/eapache/go-resiliency v1.7.0 // indirect
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
7979github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8080github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
8181github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
82- github.com/docker/docker v28.2.2 +incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
83- github.com/docker/docker v28.2.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
82+ github.com/docker/docker v28.3.3 +incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI =
83+ github.com/docker/docker v28.3.3 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
8484github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
8585github.com/docker/go-connections v0.5.0 /go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc =
8686github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
You can’t perform that action at this time.
0 commit comments