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/compose-spec/compose-go/v2/cli | |
github.com/compose-spec/compose-go/v2/dotenv | Package dotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) |
github.com/compose-spec/compose-go/v2/format | |
github.com/compose-spec/compose-go/v2/loader | |
github.com/compose-spec/compose-go/v2/template | |
github.com/compose-spec/compose-go/v2/types | |
github.com/compose-spec/compose-go/v2/utils | |
github.com/containerd/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
github.com/distribution/reference | Package reference provides a general type to represent any way of referencing images within the registry. |
github.com/docker/buildx/util/logutil | |
github.com/docker/cli/cli | |
github.com/docker/cli/cli-plugins/manager | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/container | |
github.com/docker/cli/cli/command/formatter | |
github.com/docker/cli/cli/flags | |
github.com/docker/cli/opts | |
github.com/docker/cli/pkg/kvfile | Package kvfile provides utilities to parse line-delimited key/value files such as used for label-files and env-files. |
github.com/docker/compose/v2/cmd/formatter | |
github.com/docker/compose/v2/internal | |
github.com/docker/compose/v2/internal/desktop | |
github.com/docker/compose/v2/internal/experimental | |
github.com/docker/compose/v2/internal/locker | |
github.com/docker/compose/v2/internal/tracing | |
github.com/docker/compose/v2/pkg/api | |
github.com/docker/compose/v2/pkg/bridge | |
github.com/docker/compose/v2/pkg/compose | |
github.com/docker/compose/v2/pkg/progress | |
github.com/docker/compose/v2/pkg/prompt | Package prompt is a generated GoMock package. |
github.com/docker/compose/v2/pkg/remote | |
github.com/docker/compose/v2/pkg/utils | |
github.com/docker/docker/api/types/filters | |
github.com/docker/docker/api/types/image | |
github.com/docker/docker/pkg/stringid | |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/mattn/go-shellwords | |
github.com/moby/buildkit/util/progress/progressui | |
github.com/morikuni/aec | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
maps | Package maps defines various functions useful with maps of any type. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
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. |