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/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/mesos/mesos-go/auth | |
github.com/mesos/mesos-go/auth/callback | |
github.com/mesos/mesos-go/auth/sasl | |
github.com/mesos/mesos-go/auth/sasl/mech/crammd5 | |
github.com/mesos/mesos-go/detector | |
github.com/mesos/mesos-go/detector/zoo | |
github.com/mesos/mesos-go/mesosproto | |
github.com/mesos/mesos-go/mesosutil | |
github.com/mesos/mesos-go/mesosutil/process | |
github.com/mesos/mesos-go/messenger | |
github.com/mesos/mesos-go/upid | |
github.com/pborman/uuid | The uuid package generates and inspects UUIDs. |
github.com/stretchr/testify/mock | Package mock provides a system by which it is possible to mock your objects and verify calls are happening as expected. |
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. |
math | Package math provides basic constants and mathematical 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. |
os/user | Package user allows user account lookups by name or id. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |