aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/disk.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/topology/disk.go')
-rw-r--r--weed/topology/disk.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/weed/topology/disk.go b/weed/topology/disk.go
index 4e7d18f08..99ea980d8 100644
--- a/weed/topology/disk.go
+++ b/weed/topology/disk.go
@@ -2,15 +2,15 @@ package topology
import (
"fmt"
- "github.com/chrislusf/seaweedfs/weed/storage/types"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/seaweedfs/seaweedfs/weed/storage/types"
+ "github.com/seaweedfs/seaweedfs/weed/util"
"sync"
- "github.com/chrislusf/seaweedfs/weed/pb/master_pb"
- "github.com/chrislusf/seaweedfs/weed/storage/erasure_coding"
- "github.com/chrislusf/seaweedfs/weed/storage/needle"
+ "github.com/seaweedfs/seaweedfs/weed/pb/master_pb"
+ "github.com/seaweedfs/seaweedfs/weed/storage/erasure_coding"
+ "github.com/seaweedfs/seaweedfs/weed/storage/needle"
- "github.com/chrislusf/seaweedfs/weed/storage"
+ "github.com/seaweedfs/seaweedfs/weed/storage"
)
type Disk struct {