bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
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. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
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/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
github.com/docker/buildx/bake | |
github.com/docker/buildx/bake/hclparser | |
github.com/docker/buildx/build | |
github.com/docker/buildx/builder | |
github.com/docker/buildx/commands/debug | |
github.com/docker/buildx/commands/history | |
github.com/docker/buildx/commands/imagetools | |
github.com/docker/buildx/controller | |
github.com/docker/buildx/controller/build | |
github.com/docker/buildx/controller/control | |
github.com/docker/buildx/controller/errdefs | |
github.com/docker/buildx/controller/pb | |
github.com/docker/buildx/controller/remote | |
github.com/docker/buildx/driver | |
github.com/docker/buildx/localstate | |
github.com/docker/buildx/monitor | |
github.com/docker/buildx/store | |
github.com/docker/buildx/store/storeutil | |
github.com/docker/buildx/util/buildflags | |
github.com/docker/buildx/util/cobrautil | |
github.com/docker/buildx/util/cobrautil/completion | |
github.com/docker/buildx/util/confutil | |
github.com/docker/buildx/util/desktop | |
github.com/docker/buildx/util/dockerutil | |
github.com/docker/buildx/util/ioset | |
github.com/docker/buildx/util/logutil | |
github.com/docker/buildx/util/metricutil | |
github.com/docker/buildx/util/osutil | |
github.com/docker/buildx/util/platformutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/buildx/util/tracing | |
github.com/docker/buildx/version | |
github.com/docker/cli-docs-tool/annotation | |
github.com/docker/cli/cli | |
github.com/docker/cli/cli-plugins/plugin | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/formatter | |
github.com/docker/cli/cli/config | |
github.com/docker/cli/cli/debug | |
github.com/docker/cli/cli/streams | |
github.com/docker/cli/opts | |
github.com/docker/docker/api/types/filters | Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
github.com/docker/docker/api/types/versions | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/exporter/containerimage/exptypes | |
github.com/moby/buildkit/frontend/gateway/client | |
github.com/moby/buildkit/frontend/subrequests | |
github.com/moby/buildkit/frontend/subrequests/lint | |
github.com/moby/buildkit/frontend/subrequests/outline | |
github.com/moby/buildkit/frontend/subrequests/targets | |
github.com/moby/buildkit/identity | |
github.com/moby/buildkit/solver/errdefs | |
github.com/moby/buildkit/solver/pb | |
github.com/moby/buildkit/util/apicaps | |
github.com/moby/buildkit/util/appcontext | |
github.com/moby/buildkit/util/grpcerrors | |
github.com/moby/buildkit/util/progress/progressui | |
github.com/morikuni/aec | |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
github.com/tonistiigi/go-csvvalue | Package csvvalue provides an efficient parser for a single line CSV value. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
go.opentelemetry.io/otel/metric | Package metric provides the OpenTelemetry API used to measure metrics about source code operation. |
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/grpc/codes | Package codes defines the canonical error codes used 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. |
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. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |