| @@ -27,10 +27,10 @@ import ( | ||||
| 	"github.com/containerd/containerd/v2/core/containers" | ||||
| 	"github.com/containerd/containerd/v2/core/diff" | ||||
| 	"github.com/containerd/containerd/v2/core/images" | ||||
| 	"github.com/containerd/containerd/v2/pkg/rootfs" | ||||
| 	"github.com/containerd/containerd/v2/platforms" | ||||
| 	"github.com/containerd/containerd/v2/protobuf" | ||||
| 	"github.com/containerd/containerd/v2/protobuf/proto" | ||||
| 	"github.com/containerd/containerd/v2/rootfs" | ||||
| 	"github.com/containerd/containerd/v2/runtime/v2/runc/options" | ||||
| 	"github.com/opencontainers/go-digest" | ||||
| 	imagespec "github.com/opencontainers/image-spec/specs-go/v1" | ||||
|   | ||||
| @@ -31,8 +31,8 @@ import ( | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/kmutex" | ||||
| 	"github.com/containerd/containerd/v2/pkg/labels" | ||||
| 	"github.com/containerd/containerd/v2/pkg/rootfs" | ||||
| 	"github.com/containerd/containerd/v2/platforms" | ||||
| 	"github.com/containerd/containerd/v2/rootfs" | ||||
| 	"github.com/opencontainers/go-digest" | ||||
| 	"github.com/opencontainers/image-spec/identity" | ||||
| 	ocispec "github.com/opencontainers/image-spec/specs-go/v1" | ||||
|   | ||||
| @@ -35,10 +35,10 @@ import ( | ||||
| 	"github.com/containerd/containerd/v2/pkg/cio" | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/oci" | ||||
| 	"github.com/containerd/containerd/v2/pkg/rootfs" | ||||
| 	"github.com/containerd/containerd/v2/plugins" | ||||
| 	"github.com/containerd/containerd/v2/protobuf" | ||||
| 	google_protobuf "github.com/containerd/containerd/v2/protobuf/types" | ||||
| 	"github.com/containerd/containerd/v2/rootfs" | ||||
| 	"github.com/containerd/containerd/v2/runtime/v2/runc/options" | ||||
| 	"github.com/containerd/typeurl/v2" | ||||
| 	digest "github.com/opencontainers/go-digest" | ||||
|   | ||||
| @@ -34,7 +34,7 @@ import ( | ||||
| 	"github.com/containerd/containerd/v2/core/mount" | ||||
| 	"github.com/containerd/containerd/v2/core/snapshots" | ||||
| 	"github.com/containerd/containerd/v2/pkg/progress" | ||||
| 	"github.com/containerd/containerd/v2/rootfs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/rootfs" | ||||
| 	"github.com/containerd/log" | ||||
| 	digest "github.com/opencontainers/go-digest" | ||||
| 	ocispec "github.com/opencontainers/image-spec/specs-go/v1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan