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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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/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/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/imagerefchecker
github.com/docker/docker/builder/builder-next/worker
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/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
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/inline
github.com/moby/buildkit/cache/remotecache/local
github.com/moby/buildkit/client
github.com/moby/buildkit/control
github.com/moby/buildkit/executor
github.com/moby/buildkit/executor/oci
github.com/moby/buildkit/executor/runcexecutor
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/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/leaseutil
github.com/moby/buildkit/util/network
github.com/moby/buildkit/util/tracing
github.com/moby/buildkit/worker
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
go.etcd.io/bboltpackage bbolt implements a low-level key/value store in pure Go.
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.
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.