Move mount to core/mount

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:52:12 -08:00
parent 1a1e0e8c81
commit 6e5408dcec
93 changed files with 74 additions and 74 deletions

View File

@@ -22,7 +22,7 @@ import (
"os"
"github.com/containerd/containerd/v2/archive"
"github.com/containerd/containerd/v2/mount"
"github.com/containerd/containerd/v2/core/mount"
)
func apply(ctx context.Context, mounts []mount.Mount, r io.Reader, _sync bool) error {