aboutsummaryrefslogtreecommitdiff
path: root/go/topology/cluster_commands.go
diff options
context:
space:
mode:
authorBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:35:26 -0800
committerBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:35:26 -0800
commitd56c748fa889a119139c3a40528a18e8ce4123ad (patch)
tree76d3cbaa6f4124c23243a68e67ad1f1d6d14c91b /go/topology/cluster_commands.go
parent57ec736941a554919cfed2bd2ac2bb694095a7d2 (diff)
downloadseaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.tar.xz
seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.zip
switch it back to chris's repo
Diffstat (limited to 'go/topology/cluster_commands.go')
-rw-r--r--go/topology/cluster_commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/cluster_commands.go b/go/topology/cluster_commands.go
index c88de9e0b..cafc52c76 100644
--- a/go/topology/cluster_commands.go
+++ b/go/topology/cluster_commands.go
@@ -1,8 +1,8 @@
package topology
import (
- "github.com/mcqueenorama/weed-fs/go/glog"
- "github.com/mcqueenorama/weed-fs/go/storage"
+ "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/chrislusf/weed-fs/go/storage"
"github.com/goraft/raft"
)