Imports of package cmd

PathSynopsis
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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-containerregistry/cmd/crane/cmd
github.com/google/go-containerregistry/pkg/gcranePackage gcrane holds libraries used to implement the gcrane CLI.
github.com/google/go-containerregistry/pkg/namePackage name defines structured types for representing image references.
github.com/google/go-containerregistry/pkg/v1/googlePackage google provides facilities for listing images in gcr.io.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
pathPackage path implements utility routines for manipulating slash-separated paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.