File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments