Imports of package mocks

PathSynopsis
contextPackage 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/storePackage 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/filtersPackage 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/clientPackage client is a Go client for the Docker Engine API.
github.com/opencontainers/image-spec/specs-go/v1
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
go.uber.org/mock/gomockPackage gomock is a mock framework for Go.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.