context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/metadata | |
github.com/docker/cli/cli-plugins/socket | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/connhelper | Package connhelper provides helpers for connecting to a remote daemon host with custom logic. |
github.com/docker/cli/cli/debug | |
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. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
os | Package os provides a platform-independent interface to operating system functionality. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |