Imports of package grpc

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/v2/defaultsPackage defaults provides several common defaults for interacting with containerd.
github.com/containerd/logPackage 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/errorsPackage errors provides simple error handling primitives.
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcPackage otelgrpc is the instrumentation library for google.golang.org/grpc.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.