Imports of package layout

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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/google/go-containerregistry/pkg/logsPackage logs exposes the loggers used by this library.
github.com/google/go-containerregistry/pkg/v1Package v1 defines structured types for OCI v1 images
github.com/google/go-containerregistry/pkg/v1/matchPackage match provides functionality for conveniently matching a v1.Descriptor.
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/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/streamPackage stream implements a single-pass streaming v1.Layer.
github.com/google/go-containerregistry/pkg/v1/typesPackage types holds common OCI media types.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.