context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/envoyproxy/go-control-plane/envoy/api/v2 | |
github.com/envoyproxy/go-control-plane/envoy/api/v2/core | |
github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2 | |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/balancer | Package balancer defines APIs for load balancing in gRPC. |
google.golang.org/grpc/balancer/xds/edsbalancer | |
google.golang.org/grpc/connectivity | Package connectivity defines connectivity semantics. |
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/channelz | Package channelz defines internal APIs for enabling channelz service, entry registration/deletion, and accessing channelz data. |
google.golang.org/grpc/resolver | Package resolver defines APIs for name resolution in gRPC. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |