bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
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/cnabio/cnab-to-oci/remotes | |
github.com/compose-spec/compose-go/cli | |
github.com/compose-spec/compose-go/loader | |
github.com/compose-spec/compose-go/types | |
github.com/compose-spec/compose-go/utils | |
github.com/distribution/distribution/v3/reference | |
github.com/docker/buildx/util/logutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/cli/cli | |
github.com/docker/cli/cli-plugins/manager | |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/formatter | |
github.com/docker/cli/cli/config | |
github.com/docker/cli/opts | |
github.com/docker/compose/v2/cmd/formatter | |
github.com/docker/compose/v2/internal | |
github.com/docker/compose/v2/pkg/api | |
github.com/docker/compose/v2/pkg/compose | |
github.com/docker/compose/v2/pkg/progress | |
github.com/docker/compose/v2/pkg/utils | |
github.com/docker/docker/api/types | |
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/mattn/go-shellwords | |
github.com/moby/buildkit/util/tracing/detect | |
github.com/moby/buildkit/util/tracing/detect/delegated | |
github.com/moby/buildkit/util/tracing/env | |
github.com/morikuni/aec | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
io | Package io provides basic interfaces to I/O primitives. |
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. |
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. |