Imports of package cmd

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.
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/internal/editorPackage editor implements a simple interface for interactive file editing.
github.com/google/go-containerregistry/internal/verifyPackage verify provides a ReadCloser that verifies content matches the expected hash values.
github.com/google/go-containerregistry/pkg/cranePackage crane holds libraries used to implement the crane CLI.
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/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/static
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.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.