diff options
Diffstat (limited to 'go/topology/store_replicate.go')
| -rw-r--r-- | go/topology/store_replicate.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/go/topology/store_replicate.go b/go/topology/store_replicate.go index a982cebe5..6ea019bd8 100644 --- a/go/topology/store_replicate.go +++ b/go/topology/store_replicate.go @@ -2,10 +2,10 @@ package topology import ( "bytes" - "code.google.com/p/weed-fs/go/glog" - "code.google.com/p/weed-fs/go/operation" - "code.google.com/p/weed-fs/go/storage" - "code.google.com/p/weed-fs/go/util" + "github.com/chrislusf/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/operation" + "github.com/chrislusf/weed-fs/go/storage" + "github.com/chrislusf/weed-fs/go/util" "net/http" "strconv" ) |
