File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ import (
1111 "github.com/containerd/containerd"
1212 kubeutil "github.com/containerd/containerd/integration/remote/util"
1313 "github.com/containerd/containerd/mount"
14- "github.com/containerd/containerd/platforms"
1514 "github.com/containerd/containerd/remotes"
1615 "github.com/containerd/containerd/remotes/docker"
1716 "github.com/containerd/containerd/remotes/docker/config"
1817 "github.com/containerd/containerd/snapshots"
1918 "github.com/containerd/errdefs"
19+ "github.com/containerd/platforms"
2020 "github.com/opencontainers/image-spec/identity"
2121 "google.golang.org/grpc"
2222 "google.golang.org/grpc/credentials/insecure"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package images
33import (
44 "fmt"
55
6- "github.com/containerd/containerd/platforms"
76 "github.com/containerd/errdefs"
7+ "github.com/containerd/platforms"
88)
99
1010const (
You can’t perform that action at this time.
0 commit comments