Imports of package xds

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpc/attributesPackage attributes defines a generic key/value store used in various gRPC components.
google.golang.org/grpc/credentials/tls/certproviderPackage certprovider defines APIs for Certificate Providers in gRPC.
google.golang.org/grpc/internalPackage internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package.
google.golang.org/grpc/internal/xds/matcherPackage matcher contains types that need to be shared between code under google.golang.org/grpc/xds/...
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.