diff options
Diffstat (limited to 'go/topology/allocate_volume.go')
| -rw-r--r-- | go/topology/allocate_volume.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/allocate_volume.go b/go/topology/allocate_volume.go index be478d0cf..f014c3527 100644 --- a/go/topology/allocate_volume.go +++ b/go/topology/allocate_volume.go @@ -6,8 +6,8 @@ import ( "fmt" "net/url" - "github.com/chrislusf/weed-fs/go/storage" - "github.com/chrislusf/weed-fs/go/util" + "github.com/chrislusf/seaweedfs/go/storage" + "github.com/chrislusf/seaweedfs/go/util" ) type AllocateVolumeResult struct { |
