Move errdefs to pkg/errdefs

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:54:45 -08:00
parent 70ed2696fa
commit 44a836c9b5
208 changed files with 205 additions and 205 deletions

View File

@@ -25,8 +25,8 @@ import (
. "github.com/containerd/containerd/v2/client"
"github.com/containerd/containerd/v2/core/content"
"github.com/containerd/containerd/v2/core/content/testsuite"
"github.com/containerd/containerd/v2/errdefs"
"github.com/containerd/containerd/v2/namespaces"
"github.com/containerd/containerd/v2/pkg/errdefs"
)
func newContentStore(ctx context.Context, root string) (context.Context, content.Store, func() error, error) {