Imports of package container

PathSynopsis
cmpPackage cmp provides types and functions related to comparing ordered values.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage 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/errorsPackage errors provides simple error handling primitives.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.