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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/idresolver | |
github.com/docker/cli/cli/command/service | |
github.com/docker/cli/cli/command/stack/formatter | |
github.com/docker/cli/cli/command/stack/options | |
github.com/docker/cli/cli/command/task | |
github.com/docker/cli/cli/compose/convert | |
github.com/docker/cli/cli/compose/types | |
github.com/docker/cli/opts | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/filters | Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/api/types/versions | |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/docker/docker/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |