Imports of package cmd

PathSynopsis
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
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/docker/cli/cli/config
github.com/docker/cli/cli/config/types
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/cranePackage crane holds libraries used to implement the crane CLI.
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/cachePackage cache provides methods to cache layers.
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/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/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/validatePackage validate provides methods for validating image correctness.
github.com/opencontainers/image-spec/specs-go/v1
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.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
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.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.