Move cio to pkg/cio

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:54:27 -08:00
parent 8e14c39e80
commit b0c3d00e98
37 changed files with 31 additions and 31 deletions

View File

@@ -23,8 +23,8 @@ import (
"strconv"
"syscall"
"github.com/containerd/containerd/v2/cio"
containerd "github.com/containerd/containerd/v2/client"
"github.com/containerd/containerd/v2/pkg/cio"
"github.com/containerd/containerd/v2/runtime/restart"
)