context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/console | |
github.com/docker/buildx/controller/control | |
github.com/docker/buildx/controller/pb | |
github.com/docker/buildx/monitor/commands | |
github.com/docker/buildx/monitor/types | |
github.com/docker/buildx/util/ioset | |
github.com/docker/buildx/util/progress | |
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/identity | |
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. |
golang.org/x/term | Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. |
io | Package io provides basic interfaces to I/O primitives. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |