diff options
Diffstat (limited to 'weed/replication')
| -rw-r--r-- | weed/replication/volume_growth.go | 6 | ||||
| -rw-r--r-- | weed/replication/volume_growth_test.go | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/weed/replication/volume_growth.go b/weed/replication/volume_growth.go index 0aae05bb3..bb59c9a8e 100644 --- a/weed/replication/volume_growth.go +++ b/weed/replication/volume_growth.go @@ -4,9 +4,9 @@ import ( "errors" "fmt" "math/rand" - "weed/operation" - "weed/storage" - "weed/topology" + "code.google.com/p/weed-fs/weed/operation" + "code.google.com/p/weed-fs/weed/storage" + "code.google.com/p/weed-fs/weed/topology" "sync" ) diff --git a/weed/replication/volume_growth_test.go b/weed/replication/volume_growth_test.go index ed7467785..4ef0df46c 100644 --- a/weed/replication/volume_growth_test.go +++ b/weed/replication/volume_growth_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "fmt" "math/rand" - "weed/storage" - "weed/topology" + "code.google.com/p/weed-fs/weed/storage" + "code.google.com/p/weed-fs/weed/topology" "testing" "time" ) |
