Merge pull request #6827 from mxpv/renames

This commit is contained in:
Fu Wei
2022-04-20 14:06:29 +08:00
committed by GitHub
22 changed files with 1392 additions and 358 deletions

View File

@@ -29,11 +29,11 @@ import (
"strings"
"github.com/containerd/console"
"github.com/containerd/containerd/api/runtime/task/v2"
"github.com/containerd/containerd/cmd/ctr/commands"
"github.com/containerd/containerd/namespaces"
ptypes "github.com/containerd/containerd/protobuf/types"
"github.com/containerd/containerd/runtime/v2/shim"
"github.com/containerd/containerd/runtime/v2/task"
"github.com/containerd/ttrpc"
"github.com/containerd/typeurl"
"github.com/opencontainers/runtime-spec/specs-go"