Imports of package buildkit

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/v2/client
github.com/containerd/containerd/v2/core/metadataPackage metadata stores all labels and object specific metadata by namespace.
github.com/containerd/containerd/v2/core/remotes/docker
github.com/containerd/containerd/v2/core/snapshots
github.com/containerd/containerd/v2/plugins/content/local
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/containerd/platformsPackage platforms provides a toolkit for normalizing, matching and specifying container platforms.
github.com/docker/docker/api/types
github.com/docker/docker/api/types/backendPackage backend includes types to send information to server backends.
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/api/types/network
github.com/docker/docker/api/types/time
github.com/docker/docker/builderPackage builder defines interfaces for any Docker builder to implement.
github.com/docker/docker/builder/builder-next/adapters/containerimage
github.com/docker/docker/builder/builder-next/adapters/localinlinecache
github.com/docker/docker/builder/builder-next/adapters/snapshot
github.com/docker/docker/builder/builder-next/exporter
github.com/docker/docker/builder/builder-next/exporter/mobyexporter
github.com/docker/docker/builder/builder-next/exporter/overrides
github.com/docker/docker/builder/builder-next/imagerefchecker
github.com/docker/docker/builder/builder-next/worker
github.com/docker/docker/builder/builder-next/worker/label
github.com/docker/docker/daemon/config
github.com/docker/docker/daemon/graphdriver
github.com/docker/docker/daemon/images
github.com/docker/docker/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/docker/docker/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
github.com/docker/docker/opts
github.com/docker/docker/pkg/idtools
github.com/docker/docker/pkg/streamformatterPackage streamformatter provides helper functions to format a stream.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/moby/buildkit/api/services/control
github.com/moby/buildkit/cache
github.com/moby/buildkit/cache/metadata
github.com/moby/buildkit/cache/remotecache
github.com/moby/buildkit/cache/remotecache/gha
github.com/moby/buildkit/cache/remotecache/inline
github.com/moby/buildkit/cache/remotecache/local
github.com/moby/buildkit/cache/remotecache/registry
github.com/moby/buildkit/client
github.com/moby/buildkit/cmd/buildkitd/config
github.com/moby/buildkit/control
github.com/moby/buildkit/executor
github.com/moby/buildkit/executor/oci
github.com/moby/buildkit/executor/resources/types
github.com/moby/buildkit/frontend
github.com/moby/buildkit/frontend/dockerfile/builder
github.com/moby/buildkit/frontend/gateway
github.com/moby/buildkit/frontend/gateway/forwarder
github.com/moby/buildkit/identity
github.com/moby/buildkit/session
github.com/moby/buildkit/snapshot/containerd
github.com/moby/buildkit/solver
github.com/moby/buildkit/solver/bboltcachestorage
github.com/moby/buildkit/solver/llbsolver/cdidevices
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/util/apicaps
github.com/moby/buildkit/util/archutil
github.com/moby/buildkit/util/entitlements
github.com/moby/buildkit/util/network/netproviders
github.com/moby/buildkit/util/tracing
github.com/moby/buildkit/util/tracing/detect
github.com/moby/buildkit/worker
github.com/moby/buildkit/worker/containerd
github.com/moby/buildkit/worker/label
github.com/pkg/errorsPackage errors provides simple error handling primitives.
go.etcd.io/bboltpackage bbolt implements a low-level key/value store in pure Go.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
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/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/netipPackage netip defines an IP address type that's a small value type.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
tags.cncf.io/container-device-interface/pkg/cdiPackage cdi has the primary purpose of providing an API for interacting with CDI and consuming CDI devices.
timePackage time provides functionality for measuring and displaying time.