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/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/aws/aws-sdk-go-v2/config | |
github.com/containerd/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
github.com/distribution/reference | Package 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/errors | Package errors provides simple error handling primitives. |
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. |
github.com/zclconf/go-cty/cty/gocty | Package gocty deals with converting between cty Values and native go values. |
github.com/zclconf/go-cty/cty/json | Package json provides functions for serializing cty types and values in JSON format, and for decoding them again. |
maps | Package maps defines various functions useful with maps of any type. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |