bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package 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/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/go-units | Package 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 | |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
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. |