File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sources/host-ctr/cmd/host-ctr Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ import (
1818 "github.com/aws/aws-sdk-go/service/ecrpublic"
1919 "github.com/awslabs/amazon-ecr-containerd-resolver/ecr"
2020 "github.com/containerd/containerd"
21+ "github.com/containerd/containerd/api/types/runc/options"
2122 "github.com/containerd/containerd/cio"
2223 "github.com/containerd/containerd/containers"
2324 "github.com/containerd/containerd/contrib/seccomp"
2425 "github.com/containerd/containerd/namespaces"
2526 "github.com/containerd/containerd/oci"
2627 "github.com/containerd/containerd/remotes/docker"
27- "github.com/containerd/containerd/runtime/v2/runc/options"
2828 "github.com/containerd/errdefs"
2929 "github.com/containerd/log"
3030 runtimespec "github.com/opencontainers/runtime-spec/specs-go"
You can’t perform that action at this time.
0 commit comments