Imports of package crane

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/stargz-snapshotter/estargz
github.com/google/go-containerregistry/internal/legacy
github.com/google/go-containerregistry/internal/windows
github.com/google/go-containerregistry/pkg/authnPackage authn defines different methods of authentication for talking to a container registry.
github.com/google/go-containerregistry/pkg/legacy/tarballPackage tarball provides facilities for writing v1 docker images (https://github.com/moby/moby/blob/master/image/spec/v1.md) from/to a tarball on-disk.
github.com/google/go-containerregistry/pkg/logsPackage logs exposes the loggers used by this library.
github.com/google/go-containerregistry/pkg/namePackage name defines structured types for representing image references.
github.com/google/go-containerregistry/pkg/v1Package v1 defines structured types for OCI v1 images
github.com/google/go-containerregistry/pkg/v1/emptyPackage empty provides an implementation of v1.Image equivalent to "FROM scratch".
github.com/google/go-containerregistry/pkg/v1/layoutPackage layout provides facilities for reading/writing artifacts from/to an OCI image layout on disk, see:
github.com/google/go-containerregistry/pkg/v1/mutatePackage mutate provides facilities for mutating v1.Images of any kind.
github.com/google/go-containerregistry/pkg/v1/remotePackage remote provides facilities for reading/writing v1.Images from/to a remote image registry.
github.com/google/go-containerregistry/pkg/v1/streamPackage stream implements a single-pass streaming v1.Layer.
github.com/google/go-containerregistry/pkg/v1/tarballPackage tarball provides facilities for reading/writing v1.Images from/to a tarball on-disk.
github.com/google/go-containerregistry/pkg/v1/typesPackage types holds common OCI media types.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.