errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
google.golang.org/grpc/backoff | Package backoff provides configuration options for backoff. |
google.golang.org/grpc/credentials/tls/certprovider | Package certprovider defines APIs for Certificate Providers in gRPC. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
google.golang.org/grpc/internal/backoff | Package backoff implement the backoff strategy for gRPC. |
google.golang.org/grpc/internal/credentials/xds | Package xds contains non-user facing functionality of the xds credentials. |
google.golang.org/grpc/internal/grpclog | Package grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package. |
google.golang.org/grpc/internal/grpcsync | Package grpcsync implements additional synchronization primitives built upon the sync package. |
google.golang.org/grpc/xds/internal/xdsclient | Package xdsclient implements a full fledged gRPC client for the xDS API used by the xds resolver and balancer implementations. |
google.golang.org/grpc/xds/internal/xdsclient/bootstrap | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |