We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dd085 commit 743c3b9Copy full SHA for 743c3b9
internal/pkg/containers/image/progress/pull_progress.go
@@ -13,11 +13,11 @@ import (
13
"sync"
14
"time"
15
16
- "github.com/containerd/containerd/pkg/snapshotters"
17
"github.com/containerd/containerd/v2/core/content"
18
"github.com/containerd/containerd/v2/core/images"
19
"github.com/containerd/containerd/v2/core/remotes"
20
"github.com/containerd/containerd/v2/core/snapshots"
+ "github.com/containerd/containerd/v2/pkg/snapshotters"
21
"github.com/containerd/errdefs"
22
"github.com/moby/moby/client/pkg/stringid"
23
"github.com/opencontainers/go-digest"
0 commit comments