Imports of package mock

PathSynopsis
github.com/coreos/etcd/storePackage store defines etcd's in-memory key/value store.
github.com/coreos/etcd/third_party/github.com/goraft/raft
github.com/stretchr/testify/mockPackage mock provides a system by which it is possible to mock your objects and verify calls are happening as expected.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.