aboutsummaryrefslogtreecommitdiff
path: root/go/topology/allocate_volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/allocate_volume.go')
-rw-r--r--go/topology/allocate_volume.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/allocate_volume.go b/go/topology/allocate_volume.go
index a791b4c1c..38843dd54 100644
--- a/go/topology/allocate_volume.go
+++ b/go/topology/allocate_volume.go
@@ -5,8 +5,8 @@ import (
"errors"
"net/url"
- "github.com/chrislusf/weed-fs/go/storage"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/storage"
+ "github.com/mcqueenorama/weed-fs/go/util"
)
type AllocateVolumeResult struct {