diff options
Diffstat (limited to 'go/weed/server.go')
| -rw-r--r-- | go/weed/server.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/go/weed/server.go b/go/weed/server.go index 22222d699..13e9797ba 100644 --- a/go/weed/server.go +++ b/go/weed/server.go @@ -10,9 +10,9 @@ import ( "sync" "time" - "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/mcqueenorama/weed-fs/go/glog" + "github.com/mcqueenorama/weed-fs/go/util" + "github.com/mcqueenorama/weed-fs/go/weed/weed_server" "github.com/gorilla/mux" ) |
