bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
github.com/envoyproxy/go-control-plane/envoy/api/v2 | |
github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2 | |
github.com/envoyproxy/go-control-plane/pkg/cache | |
github.com/envoyproxy/go-control-plane/pkg/log | Package log provides a logging interface for use in this library. |
github.com/gogo/protobuf/jsonpb | Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON. |
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/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |