| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/containerd/continuity | |
| github.com/docker/cli/cli/config | |
| github.com/moby/buildkit/api/services/control | |
| github.com/moby/buildkit/client | |
| github.com/moby/buildkit/client/connhelper/dockercontainer | Package dockercontainer provides connhelper for docker-container://<container> |
| github.com/moby/buildkit/client/connhelper/kubepod | Package kubepod provides connhelper for kube-pod://<pod> |
| github.com/moby/buildkit/client/connhelper/nerdctlcontainer | Package nerdctlcontainer provides connhelper for nerdctl-container://<container> |
| github.com/moby/buildkit/client/connhelper/npipe | Package npipe provides connhelper for npipe://<address> |
| github.com/moby/buildkit/client/connhelper/podmancontainer | Package podmancontainer provides connhelper for podman-container://<container> |
| github.com/moby/buildkit/client/connhelper/ssh | Package ssh provides connhelper for ssh://<SSH URL> |
| github.com/moby/buildkit/client/llb | |
| github.com/moby/buildkit/cmd/buildctl/build | |
| github.com/moby/buildkit/cmd/buildctl/common | |
| github.com/moby/buildkit/cmd/buildctl/debug | |
| github.com/moby/buildkit/frontend | |
| github.com/moby/buildkit/frontend/gateway/client | |
| github.com/moby/buildkit/identity | |
| github.com/moby/buildkit/session | |
| github.com/moby/buildkit/session/auth/authprovider | |
| github.com/moby/buildkit/session/sshforward/sshprovider | |
| github.com/moby/buildkit/solver/errdefs | |
| github.com/moby/buildkit/solver/pb | |
| github.com/moby/buildkit/sourcepolicy/pb | |
| github.com/moby/buildkit/sourcepolicy/policysession | |
| github.com/moby/buildkit/util/apicaps | |
| github.com/moby/buildkit/util/appcontext | |
| github.com/moby/buildkit/util/appdefaults | |
| github.com/moby/buildkit/util/bklog | |
| github.com/moby/buildkit/util/grpcutil/encoding/proto | Package proto implements a custom encoding for grpc. |
| github.com/moby/buildkit/util/profiler | |
| github.com/moby/buildkit/util/progress/progresswriter | |
| github.com/moby/buildkit/util/stack | |
| github.com/moby/buildkit/util/tracing/detect/jaeger | |
| github.com/moby/buildkit/util/tracing/env | |
| github.com/moby/buildkit/version | |
| github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
| github.com/tonistiigi/units | Simple byte size formatting. |
| github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
| go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
| golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks of a common task. |
| io | Package io provides basic interfaces to I/O primitives. |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| regexp | Package regexp implements regular expression search. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |
| text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
| time | Package time provides functionality for measuring and displaying time. |