File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
internal/service/container Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"time"
12
12
13
13
"github.com/containerd/nerdctl/pkg/config"
14
- dockertypes "github.com/docker/docker/api/types"
14
+ dockertypes "github.com/docker/docker/api/types/container "
15
15
"github.com/golang/mock/gomock"
16
16
"github.com/gorilla/mux"
17
17
. "github.com/onsi/ginkgo/v2"
Original file line number Diff line number Diff line change 9
9
"time"
10
10
11
11
"github.com/containerd/nerdctl/pkg/inspecttypes/dockercompat"
12
- dockertypes "github.com/docker/docker/api/types"
12
+ dockertypes "github.com/docker/docker/api/types/container "
13
13
"github.com/docker/go-connections/nat"
14
14
"github.com/docker/go-units"
15
15
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"net/http"
11
11
"time"
12
12
13
- dockertypes "github.com/docker/docker/api/types"
13
+ dockertypes "github.com/docker/docker/api/types/container "
14
14
. "github.com/onsi/ginkgo/v2"
15
15
. "github.com/onsi/gomega"
16
16
"github.com/runfinch/common-tests/command"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/coreos/go-systemd/v22 v22.5.0
20
20
github.com/distribution/reference v0.6.0
21
21
github.com/docker/cli v26.0.0+incompatible
22
- github.com/docker/docker v26.1.5 +incompatible
22
+ github.com/docker/docker v27.4.1 +incompatible
23
23
github.com/docker/go-connections v0.5.0
24
24
github.com/getlantern/httptest v0.0.0-20161025015934-4b40f4c7e590
25
25
github.com/gofrs/flock v0.12.1
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
90
90
github.com/djherbis/times v1.6.0 /go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0 =
91
91
github.com/docker/cli v26.0.0+incompatible h1:90BKrx1a1HKYpSnnBFR6AgDq/FqkHxwlUyzJVPxD30I =
92
92
github.com/docker/cli v26.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
93
- github.com/docker/docker v26.1.5 +incompatible h1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g =
94
- github.com/docker/docker v26.1.5 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
93
+ github.com/docker/docker v27.4.1 +incompatible h1:ZJvcY7gfwHn1JF48PfbyXg7Jyt9ZCWDW+GGXOIxEwp4 =
94
+ github.com/docker/docker v27.4.1 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
95
95
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo =
96
96
github.com/docker/docker-credential-helpers v0.8.1 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
97
97
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
cerrdefs "github.com/containerd/errdefs"
15
15
"github.com/containerd/nerdctl/pkg/labels"
16
16
"github.com/containerd/typeurl/v2"
17
- dockertypes "github.com/docker/docker/api/types"
17
+ dockertypes "github.com/docker/docker/api/types/container "
18
18
19
19
"github.com/runfinch/finch-daemon/api/types"
20
20
)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"github.com/containerd/nerdctl/pkg/inspecttypes/native"
18
18
"github.com/containerd/nerdctl/pkg/labels"
19
19
"github.com/containerd/typeurl/v2"
20
- dockertypes "github.com/docker/docker/api/types"
20
+ dockertypes "github.com/docker/docker/api/types/container "
21
21
"github.com/golang/mock/gomock"
22
22
. "github.com/onsi/ginkgo/v2"
23
23
. "github.com/onsi/gomega"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"strings"
13
13
14
14
"github.com/containerd/nerdctl/pkg/inspecttypes/native"
15
- dockertypes "github.com/docker/docker/api/types"
15
+ dockertypes "github.com/docker/docker/api/types/container "
16
16
"github.com/vishvananda/netlink"
17
17
"github.com/vishvananda/netns"
18
18
"golang.org/x/sys/unix"
You can’t perform that action at this time.
0 commit comments