context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
github.com/containerd/containerd/api/services/content/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/v2/core/content | |
github.com/containerd/containerd/v2/defaults | Package defaults provides several common defaults for interacting with containerd. |
github.com/containerd/containerd/v2/plugins/content/local | |
github.com/moby/buildkit/api/services/control | |
github.com/moby/buildkit/api/types | |
github.com/moby/buildkit/client/buildid | |
github.com/moby/buildkit/client/connhelper | Package connhelper provides helpers for connecting to a remote daemon host with custom logic. |
github.com/moby/buildkit/client/llb | |
github.com/moby/buildkit/client/ociindex | |
github.com/moby/buildkit/exporter/containerimage/exptypes | |
github.com/moby/buildkit/frontend/gateway/client | |
github.com/moby/buildkit/frontend/gateway/grpcclient | |
github.com/moby/buildkit/frontend/gateway/pb | |
github.com/moby/buildkit/identity | |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/session/content | |
github.com/moby/buildkit/session/filesync | |
github.com/moby/buildkit/session/grpchijack | |
github.com/moby/buildkit/solver/pb | |
github.com/moby/buildkit/sourcepolicy/pb | |
github.com/moby/buildkit/util/apicaps | |
github.com/moby/buildkit/util/appdefaults | |
github.com/moby/buildkit/util/bklog | |
github.com/moby/buildkit/util/grpcerrors | |
github.com/moby/buildkit/util/tracing | |
github.com/moby/buildkit/util/tracing/otlptracegrpc | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/tonistiigi/fsutil | |
github.com/tonistiigi/fsutil/types | |
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | Package otelgrpc is the instrumentation library for google.golang.org/grpc. |
go.opentelemetry.io/otel/exporters/otlp/otlptrace | Package otlptrace contains abstractions for OTLP span exporters. |
go.opentelemetry.io/otel/propagation | Package propagation contains OpenTelemetry context propagators. |
go.opentelemetry.io/otel/sdk/trace | Package trace contains support for OpenTelemetry distributed tracing. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
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/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
google.golang.org/grpc/credentials/insecure | Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security. |
google.golang.org/protobuf/types/known/timestamppb | Package timestamppb contains generated types for google/protobuf/timestamp.proto. |
io | Package io provides basic interfaces to I/O primitives. |
maps | Package maps defines various functions useful with maps of any type. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |