bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
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/auth/authpb | |
github.com/coreos/etcd/etcdserver/etcdserverpb | Package etcdserverpb is a generated protocol buffer package. |
github.com/coreos/etcd/mvcc/backend | |
github.com/coreos/etcd/pkg/adt | |
github.com/coreos/pkg/capnslog | |
github.com/dgrijalva/jwt-go | Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html |
golang.org/x/crypto/bcrypt | Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
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. |
google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/peer | Package peer defines various peer information associated with RPCs and corresponding utils. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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 | 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. |
time | Package time provides functionality for measuring and displaying time. |