Imports of package tarball

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-containerregistry/pkg/legacyPackage legacy provides functionality to work with docker images in the v1 format.
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/tarballPackage tarball provides facilities for reading/writing v1.Images from/to a tarball on-disk.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.