diff --git a/commands/history/inspect.go b/commands/history/inspect.go index 0860dceb0d0b..8463754f4b40 100644 --- a/commands/history/inspect.go +++ b/commands/history/inspect.go @@ -14,9 +14,9 @@ import ( "text/tabwriter" "time" - "github.com/containerd/containerd/content" - "github.com/containerd/containerd/content/proxy" - "github.com/containerd/containerd/images" + "github.com/containerd/containerd/v2/core/content" + "github.com/containerd/containerd/v2/core/content/proxy" + "github.com/containerd/containerd/v2/core/images" "github.com/containerd/platforms" "github.com/docker/buildx/builder" "github.com/docker/buildx/localstate" diff --git a/commands/history/inspect_attachment.go b/commands/history/inspect_attachment.go index 4409076ebfa5..038e46b555b6 100644 --- a/commands/history/inspect_attachment.go +++ b/commands/history/inspect_attachment.go @@ -5,7 +5,7 @@ import ( "io" "slices" - "github.com/containerd/containerd/content/proxy" + "github.com/containerd/containerd/v2/core/content/proxy" "github.com/containerd/platforms" "github.com/docker/buildx/builder" "github.com/docker/buildx/util/cobrautil/completion"