| 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. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/moby/buildkit/cache | |
| github.com/moby/buildkit/executor | |
| github.com/moby/buildkit/frontend/gateway/client | |
| github.com/moby/buildkit/session | |
| github.com/moby/buildkit/session/secrets | |
| github.com/moby/buildkit/snapshot | |
| github.com/moby/buildkit/solver/llbsolver/mounts | |
| github.com/moby/buildkit/solver/pb | |
| github.com/moby/buildkit/util/bklog | |
| github.com/moby/buildkit/util/stack | |
| github.com/moby/buildkit/util/system | |
| github.com/moby/buildkit/worker | |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| github.com/tonistiigi/fsutil/types | |
| 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/fs | Package fs defines basic interfaces to a file system. |
| 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. |
| 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. |
| 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. |