Imports of package plugin

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage 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/connhelperPackage connhelper provides helpers for connecting to a remote daemon host with custom logic.
github.com/docker/cli/cli/debug
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.