Imports of package etcdv3

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.
errorsPackage errors implements functions to manipulate errors.
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/go-kit/kit/sdPackage sd provides utilities related to service discovery.
github.com/go-kit/kit/sd/internal/instance
go.etcd.io/etcd/client/pkg/v3/transport
go.etcd.io/etcd/client/v3Package clientv3 implements the official Go etcd client for v3.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.