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/clientv3clientv3 is the official Go etcd client for v3.
go.etcd.io/etcd/pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.