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/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/flags | |
github.com/docker/cli/cli/version | |
github.com/docker/cli/cmd/docker/internal/signals | |
github.com/docker/docker/api/types/versions | |
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. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
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. |