archive/tar | Package tar implements access to tar archives. |
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. |
cmp | Package cmp provides types and functions related to comparing ordered values. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/consts | |
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/loader | |
github.com/compose-spec/compose-go/v2/types | |
github.com/containerd/console | |
github.com/docker/buildx/bake/hclparser | |
github.com/docker/buildx/build | |
github.com/docker/buildx/builder | |
github.com/docker/buildx/controller/pb | |
github.com/docker/buildx/driver | |
github.com/docker/buildx/util/buildflags | |
github.com/docker/buildx/util/osutil | |
github.com/docker/buildx/util/platformutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/cli/cli/config | |
github.com/docker/cli/opts | |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/hashicorp/hcl/v2 | Package hcl contains the main modelling types and general utility functions for HCL. |
github.com/hashicorp/hcl/v2/hclparse | Package hclparse has the main API entry point for parsing both HCL native syntax and HCL JSON. |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/client/llb | |
github.com/moby/buildkit/frontend/dockerui | |
github.com/moby/buildkit/frontend/gateway/client | |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/session/auth/authprovider | |
github.com/moby/buildkit/solver/errdefs | |
github.com/moby/buildkit/solver/pb | |
github.com/moby/buildkit/util/entitlements | |
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/tonistiigi/go-csvvalue | Package csvvalue provides an efficient parser for a single line CSV value. |
github.com/zclconf/go-cty/cty | Package cty (pronounced see-tie) provides some infrastructure for a type system that might be useful for applications that need to represent configuration values provided by the user whose types are not known at compile time, particularly if the calling application also allows such values to be used in expressions. |
github.com/zclconf/go-cty/cty/convert | Package convert contains some routines for converting between cty types. |
gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
maps | Package maps defines various functions useful with maps of any type. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
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. |
time | Package time provides functionality for measuring and displaying time. |