bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/protobuf/jsonpb | Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. |
google.golang.org/grpc | |
google.golang.org/grpc/credentials/google | |
google.golang.org/grpc/grpclog | |
google.golang.org/grpc/xds/internal/proto/envoy/api/v2/core/base | |
google.golang.org/grpc/xds/internal/proto/envoy/api/v2/core/config_source | |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |