Imports of package tarball

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
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/andPackage and provides helpers for adding Close to io.{Reader|Writer}.
github.com/google/go-containerregistry/internal/compressionPackage compression abstracts over gzip and zstd.
github.com/google/go-containerregistry/internal/estargzPackage estargz adapts the containerd estargz package to our abstractions.
github.com/google/go-containerregistry/internal/gzipPackage gzip provides helper functions for interacting with gzipped streams.
github.com/google/go-containerregistry/internal/zstdPackage zstd provides helper functions for interacting with zstd streams.
github.com/google/go-containerregistry/pkg/compressionPackage compression abstracts over gzip and zstd.
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/partialPackage partial defines methods for building up a v1.Image from minimal subsets that are sufficient for defining a v1.Image.
github.com/google/go-containerregistry/pkg/v1/typesPackage types holds common OCI media types.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.