"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

@@ -16,9 +16,9 @@ import (
"github.com/chrislusf/seaweedfs/weed/cluster"
"github.com/chrislusf/seaweedfs/weed/pb"
"github.com/chrislusf/raft"
"github.com/gorilla/mux"
hashicorpRaft "github.com/hashicorp/raft"
"github.com/seaweedfs/raft"
"google.golang.org/grpc"
"github.com/chrislusf/seaweedfs/weed/glog"