Skip to content

Commit

Permalink
history: update containerd imports to v2
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jan 15, 2025
1 parent 6220e0a commit 0ffba24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions commands/history/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion commands/history/inspect_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ffba24

Please sign in to comment.