context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/content | |
github.com/containerd/containerd/v2/core/content/proxy | |
github.com/containerd/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
github.com/moby/buildkit/api/services/control | |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/client/llb | |
github.com/moby/buildkit/cmd/buildctl/common | |
github.com/moby/buildkit/solver/pb | |
github.com/moby/buildkit/util/appcontext | |
github.com/moby/buildkit/util/appdefaults | |
github.com/moby/buildkit/util/bklog | |
github.com/moby/buildkit/util/progress/progresswriter | |
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/pkg/errors | Package errors provides simple error handling primitives. |
github.com/tonistiigi/units | Simple byte size formatting. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
go.etcd.io/bbolt | |
io | Package io provides basic interfaces to I/O primitives. |
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. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
time | Package time provides functionality for measuring and displaying time. |