raftexample: update etcdserver to use the new raft module go.etcd.io/raft/v3

Just replaced all go.etcd.io/etcd/raft/v3 with go.etcd.io/raft/v3
under directory contrib/raftexample.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2022-12-02 14:25:50 +08:00
parent 8651478ce2
commit 0775d36e53
6 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ import (
"reflect"
"testing"
"go.etcd.io/etcd/raft/v3/raftpb"
"go.etcd.io/raft/v3/raftpb"
)
func TestProcessMessages(t *testing.T) {