Imports of package resolver

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cespare/xxhashPackage xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internal/grpclogPackage grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package.
google.golang.org/grpc/internal/grpcrand
google.golang.org/grpc/internal/grpcsyncPackage grpcsync implements additional synchronization primitives built upon the sync package.
google.golang.org/grpc/internal/grpcutilPackage grpcutil provides utility functions used across the gRPC codebase.
google.golang.org/grpc/internal/prettyPackage pretty defines helper functions to pretty-print structs for logging.
google.golang.org/grpc/internal/resolverPackage resolver provides internal resolver-related functionality.
google.golang.org/grpc/internal/wrrPackage wrr contains the interface and common implementations of wrr algorithms.
google.golang.org/grpc/internal/xds/env
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/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/grpc/xds/internal/balancer/clustermanagerPackage clustermanager implements the cluster manager LB policy for xds.
google.golang.org/grpc/xds/internal/balancer/ringhashPackage ringhash implements the ringhash balancer.
google.golang.org/grpc/xds/internal/httpfilterPackage httpfilter contains the HTTPFilter interface and a registry for storing and retrieving their implementations.
google.golang.org/grpc/xds/internal/httpfilter/routerPackage router implements the Envoy Router HTTP filter.
google.golang.org/grpc/xds/internal/xdsclientPackage xdsclient implements a full fledged gRPC client for the xDS API used by the xds resolver and balancer implementations.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.