| cmp | Package cmp provides types and functions related to comparing ordered values. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
| crypto/x509 | Package x509 implements a subset of the X.509 standard. |
| encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| errors | Package errors implements functions to manipulate errors. |
| expvar | Package expvar provides a standardized interface to public variables, such as operation counters in servers. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/containerd/containerd/api/types/runc/options | |
| github.com/containerd/containerd/api/types/runtimeoptions/v1 | |
| github.com/containerd/containerd/v2/client | |
| github.com/containerd/containerd/v2/core/remotes/docker | |
| github.com/containerd/containerd/v2/defaults | |
| github.com/containerd/containerd/v2/pkg/sys | |
| github.com/containerd/containerd/v2/plugins | |
| github.com/containerd/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
| github.com/coreos/go-systemd/v22/activation | Package activation implements primitives for systemd socket activation. |
| github.com/coreos/go-systemd/v22/daemon | Package daemon provides a Go implementation of the sd_notify protocol. |
| github.com/gofrs/flock | Package flock implements a thread-safe interface for file locking. |
| github.com/moby/buildkit/cache/remotecache | |
| github.com/moby/buildkit/cache/remotecache/azblob | |
| 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/cache/remotecache/s3 | |
| github.com/moby/buildkit/cache/remotecache/v1 | |
| github.com/moby/buildkit/client | |
| github.com/moby/buildkit/cmd/buildkitd/config | |
| github.com/moby/buildkit/control | |
| github.com/moby/buildkit/executor/oci | |
| 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/session | |
| github.com/moby/buildkit/solver | |
| github.com/moby/buildkit/solver/bboltcachestorage | |
| github.com/moby/buildkit/solver/llbsolver/cdidevices | |
| github.com/moby/buildkit/util/apicaps | |
| github.com/moby/buildkit/util/appcontext | |
| github.com/moby/buildkit/util/appdefaults | |
| github.com/moby/buildkit/util/archutil | |
| github.com/moby/buildkit/util/bklog | |
| github.com/moby/buildkit/util/cachedigest | |
| github.com/moby/buildkit/util/cachestore | |
| github.com/moby/buildkit/util/db/boltutil | |
| github.com/moby/buildkit/util/disk | |
| github.com/moby/buildkit/util/grpcerrors | |
| github.com/moby/buildkit/util/grpcutil/encoding/proto | Package proto implements a custom encoding for grpc. |
| github.com/moby/buildkit/util/network/cniprovider | |
| github.com/moby/buildkit/util/network/netproviders | |
| github.com/moby/buildkit/util/profiler | |
| github.com/moby/buildkit/util/resolver | |
| github.com/moby/buildkit/util/stack | |
| github.com/moby/buildkit/util/tracing | |
| github.com/moby/buildkit/util/tracing/detect | |
| github.com/moby/buildkit/util/tracing/detect/jaeger | |
| github.com/moby/buildkit/util/tracing/env | |
| github.com/moby/buildkit/util/tracing/transform | |
| github.com/moby/buildkit/version | |
| github.com/moby/buildkit/worker | |
| github.com/moby/buildkit/worker/base | |
| github.com/moby/buildkit/worker/containerd | |
| github.com/moby/sys/reexec | Package reexec facilitates the busybox style reexec of a binary. |
| github.com/moby/sys/userns | Package userns provides utilities to detect whether we are currently running in a Linux user namespace. |
| github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
| github.com/opencontainers/image-spec/specs-go/v1 | |
| github.com/pelletier/go-toml | Package toml is a TOML parser and manipulation library. |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| github.com/prometheus/client_golang/prometheus/promhttp | Package promhttp provides tooling around HTTP servers and clients. |
| github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
| github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | |
| go.opentelemetry.io/otel/exporters/prometheus | |
| go.opentelemetry.io/otel/propagation | Package propagation contains OpenTelemetry context propagators. |
| go.opentelemetry.io/otel/sdk/metric | Package metric provides an implementation of the OpenTelemetry metrics SDK. |
| go.opentelemetry.io/otel/sdk/trace | Package trace contains support for OpenTelemetry distributed tracing. |
| go.opentelemetry.io/proto/otlp/collector/trace/v1 | Package v1 is a reverse proxy. |
| golang.org/x/exp/trace | Package trace provides a mechanism to collect and retrieve the most recent execution data without keeping the complete execution tracing history. |
| golang.org/x/net/trace | Package trace implements tracing of requests and long-lived objects. |
| 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. |
| golang.org/x/sync/semaphore | Package semaphore provides a weighted semaphore implementation. |
| google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
| google.golang.org/grpc/health | Package health provides a service that exposes server's health and it must be imported to enable support for client-side health checks. |
| google.golang.org/grpc/health/grpc_health_v1 | |
| google.golang.org/grpc/reflection | Package reflection implements server reflection service. |
| io | Package io provides basic interfaces to I/O primitives. |
| maps | Package maps defines various functions useful with maps of any type. |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| net/http | Package http provides HTTP client and server implementations. |
| net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/user | Package user allows user account lookups by name or id. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| slices | Package slices defines various functions useful with slices of any type. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |
| tags.cncf.io/container-device-interface/pkg/cdi | Package cdi has the primary purpose of providing an API for interacting with CDI and consuming CDI devices. |
| time | Package time provides functionality for measuring and displaying time. |