bytes | Package bytes implements functions for the manipulation of byte slices. |
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/cncf/xds/go/udpa/annotations | |
github.com/envoyproxy/go-control-plane/envoy/annotations | |
github.com/envoyproxy/go-control-plane/envoy/type | |
github.com/envoyproxy/go-control-plane/envoy/type/matcher | |
github.com/envoyproxy/protoc-gen-validate/validate | |
google.golang.org/protobuf/reflect/protoreflect | Package protoreflect provides interfaces to dynamically manipulate messages. |
google.golang.org/protobuf/runtime/protoimpl | Package protoimpl contains the default implementation for messages generated by protoc-gen-go. |
google.golang.org/protobuf/types/known/anypb | Package anypb contains generated types for google/protobuf/any.proto. |
google.golang.org/protobuf/types/known/durationpb | Package durationpb contains generated types for google/protobuf/duration.proto. |
google.golang.org/protobuf/types/known/emptypb | |
google.golang.org/protobuf/types/known/structpb | Package structpb contains generated types for google/protobuf/struct.proto. |
google.golang.org/protobuf/types/known/wrapperspb | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/mail | Package mail implements parsing of mail messages. |
net/url | Package url parses URLs and implements query escaping. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |