Merge pull request #10904 from AkihiroSuda/imgcrypt-v2

go.mod: github.com/containerd/imgcrypt v2.0.0-rc-1
This commit is contained in:
Derek McGowan
2024-10-28 18:18:38 +00:00
committed by GitHub
31 changed files with 472 additions and 139 deletions

View File

@@ -24,9 +24,10 @@ import (
"github.com/containerd/containerd/v2/core/containers"
"github.com/containerd/containerd/v2/core/diff"
"github.com/containerd/errdefs"
"github.com/containerd/imgcrypt"
"github.com/containerd/typeurl/v2"
"github.com/containerd/imgcrypt/v2"
encconfig "github.com/containers/ocicrypt/config"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
)