Imports of package monitor

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