bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/config/configfile | |
github.com/docker/cli/cli/config/credentials | |
github.com/docker/cli/cli/config/types | |
github.com/docker/cli/cli/context/docker | |
github.com/docker/cli/cli/context/store | Package store provides a generic way to store credentials to connect to virtually any kind of remote system. |
github.com/docker/cli/cli/manifest/store | |
github.com/docker/cli/cli/registry/client | |
github.com/docker/cli/cli/streams | |
github.com/docker/cli/cli/trust | |
github.com/docker/docker/api | |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/theupdateframework/notary/client | Package client implements everything required for interacting with a Notary repository. |
gotest.tools/v3/assert | Package assert provides assertions for comparing expected values to actual values in tests. |
gotest.tools/v3/assert/cmp | Package cmp provides Comparisons for Assert and Check |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |