mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Previously etcdservers depends on raft/raftpb/raft.proto directly. After moving raft to a separate repo, we need to add raft to the tools/mod, and get raft included in the -I protc flags. Signed-off-by: Benjamin Wang <wachao@vmware.com>