Move content to core/content

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:50:32 -08:00
parent 846f7d4e65
commit 21b4f3f0aa
86 changed files with 84 additions and 84 deletions

View File

@@ -20,7 +20,7 @@ import (
"context"
"testing"
"github.com/containerd/containerd/v2/content"
"github.com/containerd/containerd/v2/core/content"
)
func contentStoreEnv(t testing.TB) (context.Context, string, content.Store, func()) {