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/docker/buildx/bake | |
github.com/docker/buildx/build | |
github.com/docker/buildx/commands/imagetools | |
github.com/docker/buildx/driver | |
github.com/docker/buildx/store | |
github.com/docker/buildx/util/platformutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/buildx/version | |
github.com/docker/cli/cli | |
github.com/docker/cli/cli-plugins/plugin | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/config | |
github.com/docker/cli/cli/context/docker | |
github.com/docker/cli/cli/context/kubernetes | |
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/client | Package client is a Go client for the Docker Engine API. |
github.com/google/shlex | Package shlex implements a simple lexer which splits input in to tokens using shell-style rules for quoting and commenting. |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/session/auth/authprovider | |
github.com/moby/buildkit/util/appcontext | |
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/units | Simple byte size formatting. |
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. |
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. |
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. |