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

@@ -25,7 +25,7 @@ import (
"os"
"strings"
"github.com/containerd/containerd/v2/content"
"github.com/containerd/containerd/v2/core/content"
"github.com/containerd/containerd/v2/images"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
)