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
github.com/containerd/containerd/content/local
github.com/containerd/containerd/metadataPackage metadata stores all labels and object specific metadata by namespace.
github.com/containerd/containerd/platforms
github.com/containerd/containerd/remotes/docker
github.com/containerd/containerd/snapshots
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/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/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
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/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/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.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
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.
timePackage time provides functionality for measuring and displaying time.