context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/continuity | |
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/podmancontainer | Package podmancontainer provides connhelper for podman-container://<container> |
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/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/util/apicaps | |
github.com/moby/buildkit/util/appdefaults | |
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/delegated | |
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 cancelation 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. |
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. |