"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"

This commit is contained in:
chrislu
2022-07-27 12:12:40 -07:00
parent f401b996eb
commit 3828b8ce87
11 changed files with 13 additions and 13 deletions

View File

@@ -14,8 +14,8 @@ import (
"github.com/chrislusf/seaweedfs/weed/pb"
"github.com/chrislusf/raft"
hashicorpRaft "github.com/hashicorp/raft"
"github.com/seaweedfs/raft"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/topology"