Move archive to pkg/archive

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:54:18 -08:00
parent fcd39ccc53
commit 8e14c39e80
39 changed files with 23 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ import (
"github.com/stretchr/testify/require"
"golang.org/x/mod/semver"
"github.com/containerd/containerd/v2/archive"
"github.com/containerd/containerd/v2/pkg/archive"
"github.com/containerd/containerd/v2/version"
)