aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/cluster_commands.go
diff options
context:
space:
mode:
authorj.laycock <joseph.laycock@4sightimaging.com>2019-09-02 11:28:40 +0100
committerj.laycock <joseph.laycock@4sightimaging.com>2019-09-02 11:28:40 +0100
commit595a1beff00196c9b207787833578ba1de1847e5 (patch)
tree15b1bf2740a7718a1ff4ca13a0e6fa51ea6c0623 /weed/topology/cluster_commands.go
parent1e62a2b233458262c875dcf182309cc2425fe5a8 (diff)
downloadseaweedfs-595a1beff00196c9b207787833578ba1de1847e5.tar.xz
seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.zip
Swap imports to use joeslay
Diffstat (limited to 'weed/topology/cluster_commands.go')
-rw-r--r--weed/topology/cluster_commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/topology/cluster_commands.go b/weed/topology/cluster_commands.go
index 152691ccb..a5843d0e5 100644
--- a/weed/topology/cluster_commands.go
+++ b/weed/topology/cluster_commands.go
@@ -2,8 +2,8 @@ package topology
import (
"github.com/chrislusf/raft"
- "github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/storage/needle"
+ "github.com/joeslay/seaweedfs/weed/glog"
+ "github.com/joeslay/seaweedfs/weed/storage/needle"
)
type MaxVolumeIdCommand struct {