crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
github.com/coreos/etcd/client | Package client provides bindings for the etcd APIs. |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/log | Package log provides a structured logger. |
github.com/go-kit/kit/sd | Package sd provides utilities related to service discovery. |
github.com/go-kit/kit/sd/cache | |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
time | Package time provides functionality for measuring and displaying time. |