Move snapshots/overlay to plugins/snapshots/overlay

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:53:51 -08:00
parent 9b8c558f9f
commit 57bdbfba6a
11 changed files with 10 additions and 10 deletions

View File

@@ -20,5 +20,5 @@ import (
// Register for linux platforms
_ "github.com/containerd/containerd/v2/plugins/sandbox" // WithInMemoryServices will fail otherwise
_ "github.com/containerd/containerd/v2/plugins/services/sandbox" // WithInMemoryServices will fail otherwise
_ "github.com/containerd/containerd/v2/snapshots/overlay/plugin"
_ "github.com/containerd/containerd/v2/plugins/snapshots/overlay/plugin"
)