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/containerd/v2/defaults | Package defaults provides several common defaults for interacting with containerd. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/api/server/router | |
github.com/docker/docker/internal/otelutil | |
github.com/moby/buildkit/util/grpcerrors | |
github.com/moby/buildkit/util/stack | |
github.com/moby/buildkit/util/tracing | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | Package otelgrpc is the instrumentation library for google.golang.org/grpc. |
golang.org/x/net/http2 | Package http2 implements the HTTP/2 protocol. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |