| bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
| 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/moby/buildkit/session | |
| github.com/moby/buildkit/util/bklog | |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| github.com/planetscale/vtprotobuf/protohelpers | Package protohelpers provides helper functions for encoding and decoding protobuf messages. |
| github.com/tonistiigi/fsutil | |
| 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/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
| google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
| google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
| google.golang.org/protobuf/reflect/protoreflect | Package protoreflect provides interfaces to dynamically manipulate messages. |
| google.golang.org/protobuf/runtime/protoimpl | Package protoimpl contains the default implementation for messages generated by protoc-gen-go. |
| io | Package io provides basic interfaces to I/O primitives. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| 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. |
| time | Package time provides functionality for measuring and displaying time. |
| unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
| unsafe | Package unsafe contains operations that step around the type safety of Go programs. |