Imports of package compose

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/compose-spec/compose-go/v2/cli
github.com/compose-spec/compose-go/v2/dotenvPackage 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/platformsPackage platforms provides a toolkit for normalizing, matching and specifying container platforms.
github.com/distribution/referencePackage 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/kvfilePackage 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/promptPackage 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-unitsPackage 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/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
gopkg.in/yaml.v3Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
mapsPackage maps defines various functions useful with maps of any type.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.