Skip to content

Commit b035a04

Browse files
committed
history: update containerd imports to v2
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 6220e0a commit b035a04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

commands/history/inspect.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"text/tabwriter"
1515
"time"
1616

17-
"github.com/containerd/containerd/content"
18-
"github.com/containerd/containerd/content/proxy"
19-
"github.com/containerd/containerd/images"
17+
"github.com/containerd/containerd/v2/core/content"
18+
"github.com/containerd/containerd/v2/core/content/proxy"
19+
"github.com/containerd/containerd/v2/core/images"
2020
"github.com/containerd/platforms"
2121
"github.com/docker/buildx/builder"
2222
"github.com/docker/buildx/localstate"

commands/history/inspect_attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"io"
66
"slices"
77

8-
"github.com/containerd/containerd/content/proxy"
8+
"github.com/containerd/containerd/v2/core/content/proxy"
99
"github.com/containerd/platforms"
1010
"github.com/docker/buildx/builder"
1111
"github.com/docker/buildx/util/cobrautil/completion"

0 commit comments

Comments
 (0)