bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/etcd/Godeps/_workspace/src/github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. |
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/clientv3/concurrency | |
github.com/coreos/etcd/clientv3/mirror | |
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/transport | Package transport implements various HTTP transport utilities based on Go net package. |
github.com/coreos/etcd/storage/storagepb | Package storagepb is a generated protocol buffer package. |
github.com/coreos/etcd/version | Package version implements etcd version parsing and contains latest version information. |
github.com/olekukonko/tablewriter | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |