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/containerd/typeurl/v2 | |
github.com/gogo/googleapis/google/rpc | |
github.com/gogo/protobuf/gogoproto | Package gogoproto provides extensions for protocol buffers to achieve: |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/moby/buildkit/api/types | |
github.com/moby/buildkit/solver/pb | |
github.com/moby/buildkit/sourcepolicy/pb | |
github.com/moby/buildkit/util/apicaps | |
github.com/moby/buildkit/util/apicaps/pb | |
github.com/moby/buildkit/util/grpcerrors | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/tonistiigi/fsutil/types | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |