archive/tar | Package tar implements access to tar archives. |
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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/buildx/build | |
github.com/docker/buildx/driver | |
github.com/docker/buildx/util/platformutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/cli/cli/compose/loader | |
github.com/docker/cli/cli/compose/types | |
github.com/docker/docker/pkg/urlutil | |
github.com/hashicorp/hcl/v2 | Package hcl contains the main modelling types and general utility functions for HCL. |
github.com/hashicorp/hcl/v2/ext/userfunc | Package userfunc implements a HCL extension that allows user-defined functions in HCL configuration. |
github.com/hashicorp/hcl/v2/hclsimple | Package hclsimple is a higher-level entry point for loading HCL configuration files directly into Go struct values in a single step. |
github.com/hashicorp/hcl/v2/hclsyntax | Package hclsyntax contains the parser, AST, etc for HCL's native language, as opposed to the JSON variant. |
github.com/hashicorp/hcl/v2/json | Package json is the JSON parser for HCL. |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/client/llb | |
github.com/moby/buildkit/frontend/gateway/client | |
github.com/moby/buildkit/session/auth/authprovider | |
github.com/moby/buildkit/solver/errdefs | |
github.com/moby/buildkit/solver/pb | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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/function | Package function builds on the functionality of cty by modeling functions that operate on cty Values. |
github.com/zclconf/go-cty/cty/function/stdlib | Package stdlib is a collection of cty functions that are expected to be generally useful, and are thus factored out into this shared library in the hope that cty-using applications will have consistent behavior when using these functions. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
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. |