diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-27 12:12:40 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-27 12:12:40 -0700 |
| commit | 3828b8ce87dd622f7a853d756a2b0fc0ac2caabc (patch) | |
| tree | 25a48ec8a20c5fc430d939427b5359fb1f799971 /weed/topology/cluster_commands.go | |
| parent | f401b996eb421294920fe048df5b1b646a558324 (diff) | |
| download | seaweedfs-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.go | 2 |
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 { |
