aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/cluster_commands.go
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/topology/cluster_commands.go
parentf401b996eb421294920fe048df5b1b646a558324 (diff)
downloadseaweedfs-3828b8ce87dd622f7a853d756a2b0fc0ac2caabc.tar.xz
seaweedfs-3828b8ce87dd622f7a853d756a2b0fc0ac2caabc.zip
"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"
Diffstat (limited to 'weed/topology/cluster_commands.go')
-rw-r--r--weed/topology/cluster_commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/cluster_commands.go b/weed/topology/cluster_commands.go
index 1bcc6b449..3e777f6fe 100644
--- a/weed/topology/cluster_commands.go
+++ b/weed/topology/cluster_commands.go
@@ -3,10 +3,10 @@ package topology
import (
"encoding/json"
"fmt"
- "github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/storage/needle"
hashicorpRaft "github.com/hashicorp/raft"
+ "github.com/seaweedfs/raft"
)
type MaxVolumeIdCommand struct {