diff options
Diffstat (limited to 'go/topology/volume_layout.go')
| -rw-r--r-- | go/topology/volume_layout.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/volume_layout.go b/go/topology/volume_layout.go index 14e112141..e976c651e 100644 --- a/go/topology/volume_layout.go +++ b/go/topology/volume_layout.go @@ -6,8 +6,8 @@ import ( "math/rand" "sync" - "github.com/chrislusf/weed-fs/go/glog" - "github.com/chrislusf/weed-fs/go/storage" + "github.com/chrislusf/seaweedfs/go/glog" + "github.com/chrislusf/seaweedfs/go/storage" ) // mapping from volume to its locations, inverted from server to volume |
