| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto/ed25519 | Package ed25519 implements the Ed25519 signature algorithm. |
| crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
| crypto/rand | Package rand implements a cryptographically secure random number generator. |
| crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| 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/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/containerd/v2/core/remotes/docker/auth | |
| github.com/containerd/containerd/v2/core/remotes/errors | |
| github.com/docker/cli/cli/config | |
| github.com/docker/cli/cli/config/configfile | |
| github.com/docker/cli/cli/config/types | |
| github.com/gofrs/flock | Package flock implements a thread-safe interface for file locking. |
| github.com/hashicorp/go-cleanhttp | Package cleanhttp offers convenience utilities for acquiring "clean" http.Transport and http.Client structs. |
| github.com/moby/buildkit/session | |
| github.com/moby/buildkit/session/auth | |
| github.com/moby/buildkit/util/errutil | |
| github.com/moby/buildkit/util/progress/progresswriter | |
| github.com/moby/buildkit/util/tracing | |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| golang.org/x/crypto/nacl/sign | Package sign signs small messages using public-key cryptography. |
| google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
| google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
| google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
| net/http | Package http provides HTTP client and server implementations. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| 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. |
| 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. |
| time | Package time provides functionality for measuring and displaying time. |