diff --git a/cmd/containerd/builtins/builtins_windows.go b/cmd/containerd/builtins/builtins_windows.go index dcc8b0401..5600624e2 100644 --- a/cmd/containerd/builtins/builtins_windows.go +++ b/cmd/containerd/builtins/builtins_windows.go @@ -20,5 +20,5 @@ import ( _ "github.com/containerd/containerd/v2/plugins/diff/lcow" _ "github.com/containerd/containerd/v2/plugins/diff/windows" _ "github.com/containerd/containerd/v2/plugins/snapshots/lcow" - _ "github.com/containerd/containerd/v2/snapshots/windows" + _ "github.com/containerd/containerd/v2/plugins/snapshots/windows" ) diff --git a/contrib/fuzz/builtins_windows.go b/contrib/fuzz/builtins_windows.go index 637135d41..027898a1a 100644 --- a/contrib/fuzz/builtins_windows.go +++ b/contrib/fuzz/builtins_windows.go @@ -21,5 +21,5 @@ import ( _ "github.com/containerd/containerd/v2/plugins/diff/lcow" _ "github.com/containerd/containerd/v2/plugins/diff/windows" _ "github.com/containerd/containerd/v2/plugins/snapshots/lcow" - _ "github.com/containerd/containerd/v2/snapshots/windows" + _ "github.com/containerd/containerd/v2/plugins/snapshots/windows" ) diff --git a/snapshots/windows/cimfs.go b/plugins/snapshots/windows/cimfs.go similarity index 100% rename from snapshots/windows/cimfs.go rename to plugins/snapshots/windows/cimfs.go diff --git a/snapshots/windows/common.go b/plugins/snapshots/windows/common.go similarity index 100% rename from snapshots/windows/common.go rename to plugins/snapshots/windows/common.go diff --git a/snapshots/windows/windows.go b/plugins/snapshots/windows/windows.go similarity index 100% rename from snapshots/windows/windows.go rename to plugins/snapshots/windows/windows.go diff --git a/snapshots/windows/windows_test.go b/plugins/snapshots/windows/windows_test.go similarity index 100% rename from snapshots/windows/windows_test.go rename to plugins/snapshots/windows/windows_test.go