Imports of package control

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/api/services/content/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/content
github.com/containerd/containerd/services/content/contentserver
github.com/distribution/referencePackage reference provides a general type to represent any way of referencing images within the registry.
github.com/hashicorp/go-multierror
github.com/mitchellh/hashstructure/v2
github.com/moby/buildkit/api/services/control
github.com/moby/buildkit/api/types
github.com/moby/buildkit/cache/remotecache
github.com/moby/buildkit/client
github.com/moby/buildkit/client/llb
github.com/moby/buildkit/cmd/buildkitd/config
github.com/moby/buildkit/control/gateway
github.com/moby/buildkit/exporter
github.com/moby/buildkit/exporter/containerimage/exptypes
github.com/moby/buildkit/exporter/util/epoch
github.com/moby/buildkit/frontend
github.com/moby/buildkit/frontend/attestations
github.com/moby/buildkit/session
github.com/moby/buildkit/session/grpchijack
github.com/moby/buildkit/snapshot/containerd
github.com/moby/buildkit/solver
github.com/moby/buildkit/solver/bboltcachestorage
github.com/moby/buildkit/solver/llbsolver
github.com/moby/buildkit/solver/llbsolver/proc
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/util/bklog
github.com/moby/buildkit/util/db
github.com/moby/buildkit/util/imageutil
github.com/moby/buildkit/util/leaseutil
github.com/moby/buildkit/util/throttle
github.com/moby/buildkit/util/tracing/transform
github.com/moby/buildkit/version
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/pkg/errorsPackage errors provides simple error handling primitives.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
go.opentelemetry.io/proto/otlp/collector/trace/v1Package v1 is a reverse proxy.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.