Imports of package buildflags

PathSynopsis
cmpPackage cmp provides types and functions related to comparing ordered values.
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.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/aws/aws-sdk-go-v2/config
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/controller/pb
github.com/moby/buildkit/client
github.com/moby/buildkit/exporter/containerimage/exptypes
github.com/moby/buildkit/util/entitlements
github.com/moby/buildkit/util/gitutil
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/tonistiigi/go-csvvaluePackage csvvalue provides an efficient parser for a single line CSV value.
github.com/zclconf/go-cty/ctyPackage 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/convertPackage convert contains some routines for converting between cty types.
github.com/zclconf/go-cty/cty/goctyPackage gocty deals with converting between cty Values and native go values.
github.com/zclconf/go-cty/cty/jsonPackage json provides functions for serializing cty types and values in JSON format, and for decoding them again.
mapsPackage maps defines various functions useful with maps of any type.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.