File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/Microsoft/go-winio v0.6.2 // indirect
19
19
github.com/containerd/log v0.1.0 // indirect
20
20
github.com/davecgh/go-spew v1.1.1 // indirect
21
- github.com/docker/docker v27.5.1 +incompatible // indirect
21
+ github.com/docker/docker v28.0.0 +incompatible // indirect
22
22
github.com/docker/go-connections v0.4.0 // indirect
23
23
github.com/docker/go-units v0.5.0 // indirect
24
24
github.com/gogo/protobuf v1.3.2 // indirect
@@ -38,7 +38,6 @@ require (
38
38
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
39
39
github.com/opencontainers/go-digest v1.0.0 // indirect
40
40
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
41
- github.com/pkg/errors v0.9.1 // indirect
42
41
github.com/pmezard/go-difflib v1.0.0 // indirect
43
42
github.com/shopspring/decimal v1.4.0 // indirect
44
43
github.com/sirupsen/logrus v1.9.3 // indirect
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ
21
21
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
22
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
23
23
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
24
- github.com/docker/docker v27.5.1 +incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8 =
25
- github.com/docker/docker v27.5.1 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
24
+ github.com/docker/docker v28.0.0 +incompatible h1:Olh0KS820sJ7nPsBKChVhk5pzqcwDR15fumfAd/p9hM =
25
+ github.com/docker/docker v28.0.0 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
26
26
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
27
27
github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
28
28
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
@@ -78,7 +78,6 @@ github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3I
78
78
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b h1:YWuSjZCQAPM8UUBLkYUk1e+rZcvWHJmFb6i6rM44Xs8 =
79
79
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b /go.mod h1:3OVijpioIKYWTqjiG0zfF6wvoJ4fAXGbjdZuI2NgsRQ =
80
80
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
81
- github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
82
81
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
83
82
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
84
83
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments