bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/armon/go-radix | |
github.com/docker/go-events | |
github.com/hashicorp/go-msgpack/codec | |
github.com/hashicorp/memberlist | memberlist is a library that manages cluster membership and member failure detection using a gossip based protocol. |
github.com/hashicorp/serf/serf | |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |