bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
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. |
github.com/containerd/containerd/v2/core/content | |
github.com/containerd/containerd/v2/core/content/proxy | |
github.com/containerd/containerd/v2/core/images/archive | Package archive provides a Docker and OCI compatible importer |
github.com/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/docker/buildx/localstate | |
github.com/docker/buildx/util/otelutil | |
github.com/moby/buildkit/api/services/control | |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/util/contentutil | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
io | Package io provides basic interfaces to I/O primitives. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |