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. |
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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
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. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |