Imports of package formatter

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/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/acarl005/stripansi
github.com/buger/goterm
github.com/compose-spec/compose-go/v2/types
github.com/docker/cli/cli/command
github.com/docker/cli/cli/command/formatter
github.com/docker/compose/v2/internal/tracing
github.com/docker/compose/v2/pkg/api
github.com/docker/compose/v2/pkg/watch
github.com/docker/docker/api/types/container
github.com/docker/docker/pkg/jsonmessage
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/eiannone/keyboard
github.com/hashicorp/go-multierror
github.com/skratchdot/open-golang/open
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
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.