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/raft | Package raft sends and receives messages in the Protocol Buffer format defined in the raftpb package. |
github.com/docker/swarmkit/api | Package api is a generated protocol buffer package. |
github.com/docker/swarmkit/ca | |
github.com/docker/swarmkit/ca/testutils | |
github.com/docker/swarmkit/identity | Package identity provides functionality for generating and manager identifiers within swarm. |
github.com/docker/swarmkit/manager/health | Package health provides some utility functions to health-check a server. |
github.com/docker/swarmkit/manager/state/raft | |
github.com/docker/swarmkit/manager/state/store | |
github.com/pivotal-golang/clock/fakeclock | |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
github.com/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
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 | Package grpc implements an RPC system called gRPC. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |