"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

@@ -4,8 +4,8 @@ import (
"net/http"
"time"
"github.com/chrislusf/raft"
hashicorpRaft "github.com/hashicorp/raft"
"github.com/seaweedfs/raft"
ui "github.com/chrislusf/seaweedfs/weed/server/master_ui"
"github.com/chrislusf/seaweedfs/weed/stats"