aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/topology.go')
-rw-r--r--go/topology/topology.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/go/topology/topology.go b/go/topology/topology.go
index f12261081..2f42a4c5a 100644
--- a/go/topology/topology.go
+++ b/go/topology/topology.go
@@ -5,11 +5,11 @@ import (
"io/ioutil"
"math/rand"
- "github.com/chrislusf/weed-fs/go/glog"
- "github.com/chrislusf/weed-fs/go/operation"
- "github.com/chrislusf/weed-fs/go/sequence"
- "github.com/chrislusf/weed-fs/go/storage"
- "github.com/chrislusf/weed-fs/go/util"
+ "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"
)