Imports of package bake

PathSynopsis
archive/tarPackage tar implements access to tar archives.
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/csvPackage csv reads and writes comma-separated values (CSV) files.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/compose-spec/compose-go/loader
github.com/compose-spec/compose-go/types
github.com/docker/buildx/bake/hclparser
github.com/docker/buildx/build
github.com/docker/buildx/driver
github.com/docker/buildx/util/buildflags
github.com/docker/buildx/util/platformutil
github.com/docker/buildx/util/progress
github.com/docker/cli/cli/config
github.com/docker/docker/builder/remotecontext/urlutilPackage urlutil provides helper function to check if a given build-context location should be considered a URL or a remote Git repository.
github.com/hashicorp/hcl/v2Package hcl contains the main modelling types and general utility functions for HCL.
github.com/hashicorp/hcl/v2/hclparsePackage 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/gateway/client
github.com/moby/buildkit/session/auth/authprovider
github.com/moby/buildkit/solver/errdefs
github.com/moby/buildkit/solver/pb
github.com/pkg/errorsPackage errors provides simple error handling primitives.
gopkg.in/yaml.v3Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
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.