"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

@@ -3,7 +3,7 @@ package weed_server
import (
"context"
"fmt"
"github.com/chrislusf/raft"
"github.com/seaweedfs/raft"
"reflect"
"strings"
"sync"