bytes | Package bytes implements functions for the manipulation of byte slices. |
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. |
encoding/csv | Package csv reads and writes comma-separated values (CSV) files. |
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/console | |
github.com/containerd/containerd/v2/core/content | |
github.com/containerd/containerd/v2/core/content/proxy | |
github.com/containerd/containerd/v2/core/images | |
github.com/containerd/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
github.com/docker/buildx/build | |
github.com/docker/buildx/builder | |
github.com/docker/buildx/driver/remote/util | |
github.com/docker/buildx/localstate | |
github.com/docker/buildx/util/cobrautil/completion | |
github.com/docker/buildx/util/confutil | |
github.com/docker/buildx/util/desktop | |
github.com/docker/buildx/util/desktop/bundle | |
github.com/docker/buildx/util/gitutil | |
github.com/docker/buildx/util/otelutil | |
github.com/docker/buildx/util/otelutil/jaeger | |
github.com/docker/buildx/util/progress | |
github.com/docker/cli/cli | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/formatter | |
github.com/docker/cli/cli/debug | |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/hashicorp/go-multierror | |
github.com/in-toto/in-toto-golang/in_toto | Package in_toto implements types and routines to verify a software supply chain according to the in-toto specification. |
github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common | |
github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2 | |
github.com/moby/buildkit/api/services/control | |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/solver/errdefs | |
github.com/moby/buildkit/solver/llbsolver/provenance/types | |
github.com/moby/buildkit/util/gitutil | |
github.com/moby/buildkit/util/grpcerrors | |
github.com/moby/buildkit/util/progress/progressui | |
github.com/moby/buildkit/util/stack | |
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/browser | Package browser provides helpers to open files, readers, and urls in a browser window. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/tonistiigi/go-csvvalue | Package csvvalue provides an efficient parser for a single line CSV value. |
github.com/tonistiigi/jaeger-ui-rest | |
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. |
google.golang.org/genproto/googleapis/rpc/status | |
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. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
slices | Package slices defines various functions useful with slices of any type. |
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. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |