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 | |
github.com/docker/cli/cli-plugins/manager | |
github.com/docker/cli/cli-plugins/metadata | |
github.com/docker/cli/cli-plugins/socket | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/commands | |
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/debug | |
github.com/docker/cli/cli/flags | |
github.com/docker/cli/cli/version | |
github.com/docker/cli/cmd/docker/internal/signals | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/versions | |
github.com/docker/docker/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
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. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
os/signal | Package signal implements access to incoming signals. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |