aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-27 12:12:40 -0700
committerchrislu <chris.lu@gmail.com>2022-07-27 12:12:40 -0700
commit3828b8ce87dd622f7a853d756a2b0fc0ac2caabc (patch)
tree25a48ec8a20c5fc430d939427b5359fb1f799971 /weed/command
parentf401b996eb421294920fe048df5b1b646a558324 (diff)
downloadseaweedfs-3828b8ce87dd622f7a853d756a2b0fc0ac2caabc.tar.xz
seaweedfs-3828b8ce87dd622f7a853d756a2b0fc0ac2caabc.zip
"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/master.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/master.go b/weed/command/master.go
index ab8466d47..448c3491f 100644
--- a/weed/command/master.go
+++ b/weed/command/master.go
@@ -9,9 +9,9 @@ import (
"strings"
"time"
- "github.com/chrislusf/raft/protobuf"
stats_collect "github.com/chrislusf/seaweedfs/weed/stats"
"github.com/gorilla/mux"
+ "github.com/seaweedfs/raft/protobuf"
"github.com/spf13/viper"
"google.golang.org/grpc/reflection"