| cmp | Package cmp provides types and functions related to comparing ordered values. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/cespare/xxhash/v2 | Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/. |
| github.com/containerd/containerd/v2/core/content | |
| github.com/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
| github.com/moby/buildkit/cache/remotecache/v1/types | |
| github.com/moby/buildkit/session | |
| github.com/moby/buildkit/solver | |
| github.com/moby/buildkit/util/compression | |
| github.com/moby/buildkit/util/contentutil | |
| github.com/moby/buildkit/worker | |
| 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. |
| maps | Package maps defines various functions useful with maps of any type. |
| slices | Package slices defines various functions useful with slices of any type. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| time | Package time provides functionality for measuring and displaying time. |
| unique | The unique package provides facilities for canonicalizing ("interning") comparable values. |