Imports of package commands

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/console
github.com/containerd/containerd/platforms
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/driver/kubernetes/context
github.com/docker/buildx/driver/remote/util
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/confutil
github.com/docker/buildx/util/logutil
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/config
github.com/docker/cli/cli/context/docker
github.com/docker/cli/cli/context/storePackage store provides a generic way to store credentials to connect to virtually any kind of remote system.
github.com/docker/cli/opts
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/api/types/filtersPackage 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/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/docker/pkg/ioutils
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/google/shlexPackage 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/frontend/subrequests
github.com/moby/buildkit/frontend/subrequests/outline
github.com/moby/buildkit/frontend/subrequests/targets
github.com/moby/buildkit/session/auth/authprovider
github.com/moby/buildkit/solver/errdefs
github.com/moby/buildkit/util/appcontext
github.com/moby/buildkit/util/grpcerrors
github.com/morikuni/aec
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/client-go/tools/clientcmdPackage clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination.
logPackage log implements a simple logging package.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.