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. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/cli/cli | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/completion | |
github.com/docker/cli/cli/command/formatter | |
github.com/docker/cli/cli/command/idresolver | |
github.com/docker/cli/cli/command/inspect | |
github.com/docker/cli/cli/command/node | |
github.com/docker/cli/cli/command/service/progress | |
github.com/docker/cli/cli/command/task | |
github.com/docker/cli/cli/flags | |
github.com/docker/cli/cli/trust | |
github.com/docker/cli/opts | |
github.com/docker/cli/service/logs | |
github.com/docker/distribution/reference | Package reference is deprecated, and has moved to github.com/distribution/reference. |
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/mount | |
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/pkg/jsonmessage | |
github.com/docker/docker/pkg/stdcopy | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/registry | Package registry contains client primitives to interact with a remote Docker registry. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/fvbommel/sortorder | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/google/shlex | Package shlex implements a simple lexer which splits input in to tokens using shell-style rules for quoting and commenting. |
github.com/moby/swarmkit/v2/api | |
github.com/moby/swarmkit/v2/api/defaults | |
github.com/moby/swarmkit/v2/api/genericresource | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
github.com/theupdateframework/notary/tuf/data | |
io | Package io provides basic interfaces to I/O primitives. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |