use github.com/chrislusf instead of github.com/aszxqw

This commit is contained in:
wyy
2014-09-25 16:57:22 +08:00
parent d39c62bbed
commit 4126280d55
69 changed files with 138 additions and 138 deletions

View File

@@ -2,11 +2,11 @@ package weed_server
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"fmt"
"net"

View File

@@ -1,8 +1,8 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/filer"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
"strconv"
)

View File

@@ -1,9 +1,9 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"github.com/syndtr/goleveldb/leveldb"

View File

@@ -1,7 +1,7 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
)

View File

@@ -1,10 +1,10 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/sequence"
"github.com/aszxqw/weed-fs/go/topology"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/sequence"
"github.com/chrislusf/weed-fs/go/topology"
"github.com/chrislusf/weed-fs/go/util"
"github.com/goraft/raft"
"github.com/gorilla/mux"
"net/http"

View File

@@ -1,9 +1,9 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/storage"
"net/http"
"strconv"
"strings"

View File

@@ -2,11 +2,11 @@ package weed_server
import (
proto "code.google.com/p/goprotobuf/proto"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/topology"
"github.com/aszxqw/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/topology"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"io/ioutil"

View File

@@ -2,8 +2,8 @@ package weed_server
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/topology"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/topology"
"encoding/json"
"errors"
"fmt"

View File

@@ -1,8 +1,8 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"encoding/json"
"github.com/goraft/raft"
"io/ioutil"

View File

@@ -1,8 +1,8 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"math/rand"
"net/http"
"strconv"

View File

@@ -1,12 +1,12 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/images"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/topology"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/images"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/topology"
"io"
"mime"
"mime/multipart"

View File

@@ -1,9 +1,9 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/util"
"net/http"
"path/filepath"
)

View File

@@ -1,7 +1,7 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
)