context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/etcd/client | Package client provides bindings for the etcd APIs. |
github.com/coreos/etcd/clientv3 | clientv3 is the official Go etcd client for v3. |
github.com/coreos/etcd/etcdserver | Package etcdserver defines how etcd servers interact and store their states. |
github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes | |
github.com/coreos/etcd/etcdserver/etcdserverpb | Package etcdserverpb is a generated protocol buffer package. |
github.com/coreos/etcd/pkg/debugutil | |
github.com/coreos/etcd/tools/functional-tester/etcd-agent/client | |
github.com/coreos/pkg/capnslog | |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
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. |
golang.org/x/time/rate | Package rate provides a rate limiter. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
google.golang.org/grpc/transport | |
io/ioutil | Package ioutil implements some I/O utility functions. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
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. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |