context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/compose-spec/compose-go/v2/types | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/config/configfile | |
github.com/docker/cli/cli/context/docker | |
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/streams | |
github.com/docker/compose/v2/pkg/api | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/checkpoint | |
github.com/docker/docker/api/types/common | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/events | |
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/image | |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/registry | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/api/types/system | |
github.com/docker/docker/api/types/volume | |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/opencontainers/image-spec/specs-go/v1 | |
go.opentelemetry.io/otel/metric | Package metric provides the OpenTelemetry API used to measure metrics about source code operation. |
go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
go.uber.org/mock/gomock | Package gomock is a mock framework for Go. |
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. |
net/http | Package http provides HTTP client and server implementations. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |