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.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/go/topology/topology.go b/go/topology/topology.go
index 77c9558bb..c90e8de0b 100644
--- a/go/topology/topology.go
+++ b/go/topology/topology.go
@@ -1,10 +1,10 @@
package topology
import (
- "github.com/aszxqw/weed-fs/go/glog"
- "github.com/aszxqw/weed-fs/go/operation"
- "github.com/aszxqw/weed-fs/go/sequence"
- "github.com/aszxqw/weed-fs/go/storage"
+ "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"
"errors"
"github.com/goraft/raft"
"io/ioutil"