bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
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/compose-spec/compose-go/v2/types | |
github.com/docker/buildx/builder | |
github.com/docker/buildx/util/imagetools | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/streams | |
github.com/docker/cli/opts | |
github.com/docker/compose/v2/internal | |
github.com/docker/compose/v2/pkg/utils | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/checkpoint | |
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/docker/docker/pkg/jsonmessage | |
github.com/hashicorp/go-version | |
github.com/opencontainers/image-spec/specs-go/v1 | |
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. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |