Imports of package cacheimport

PathSynopsis
cmpPackage cmp provides types and functions related to comparing ordered values.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cespare/xxhash/v2Package 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/errdefsPackage 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-digestPackage 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/errorsPackage errors provides simple error handling primitives.
mapsPackage maps defines various functions useful with maps of any type.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
uniqueThe unique package provides facilities for canonicalizing ("interning") comparable values.