aboutsummaryrefslogtreecommitdiff
path: root/go/topology
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology')
-rw-r--r--go/topology/cluster_commands.go2
-rw-r--r--go/topology/topology.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/cluster_commands.go b/go/topology/cluster_commands.go
index 096bcd2e5..eac93c13c 100644
--- a/go/topology/cluster_commands.go
+++ b/go/topology/cluster_commands.go
@@ -1,9 +1,9 @@
package topology
import (
+ "github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/storage"
- "github.com/goraft/raft"
)
type MaxVolumeIdCommand struct {
diff --git a/go/topology/topology.go b/go/topology/topology.go
index 2f42a4c5a..ee1477cd2 100644
--- a/go/topology/topology.go
+++ b/go/topology/topology.go
@@ -5,12 +5,12 @@ import (
"io/ioutil"
"math/rand"
+ "github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/operation"
"github.com/chrislusf/seaweedfs/go/sequence"
"github.com/chrislusf/seaweedfs/go/storage"
"github.com/chrislusf/seaweedfs/go/util"
- "github.com/goraft/raft"
)
type Topology struct {