switch it back to chris's repo

This commit is contained in:
Brian McQueen
2014-12-14 00:35:26 -08:00
parent 57ec736941
commit d56c748fa8
69 changed files with 140 additions and 140 deletions

View File

@@ -10,9 +10,9 @@ import (
"sync"
"time"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
"github.com/mcqueenorama/weed-fs/go/weed/weed_server"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/weed/weed_server"
"github.com/gorilla/mux"
)