Swap imports to use joeslay

This commit is contained in:
j.laycock
2019-09-02 11:28:40 +01:00
parent 1e62a2b233
commit 595a1beff0
238 changed files with 723 additions and 723 deletions

View File

@@ -4,7 +4,7 @@ import (
"crypto/md5"
"fmt"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/joeslay/seaweedfs/weed/util"
"github.com/klauspost/crc32"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
. "github.com/chrislusf/seaweedfs/weed/storage/types"
. "github.com/joeslay/seaweedfs/weed/storage/types"
)
type FileId struct {

View File

@@ -1,7 +1,7 @@
package needle
import (
"github.com/chrislusf/seaweedfs/weed/storage/types"
"github.com/joeslay/seaweedfs/weed/storage/types"
"testing"
)

View File

@@ -10,8 +10,8 @@ import (
"io/ioutil"
"github.com/chrislusf/seaweedfs/weed/images"
. "github.com/chrislusf/seaweedfs/weed/storage/types"
"github.com/joeslay/seaweedfs/weed/images"
. "github.com/joeslay/seaweedfs/weed/storage/types"
)
const (

View File

@@ -1,8 +1,8 @@
package needle
import (
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/joeslay/seaweedfs/weed/glog"
"github.com/joeslay/seaweedfs/weed/util"
"io"
"io/ioutil"

View File

@@ -5,7 +5,7 @@ import (
"os"
"testing"
"github.com/chrislusf/seaweedfs/weed/storage/types"
"github.com/joeslay/seaweedfs/weed/storage/types"
)
func TestAppend(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package needle
import (
"testing"
"github.com/chrislusf/seaweedfs/weed/storage/types"
"github.com/joeslay/seaweedfs/weed/storage/types"
)
func TestParseKeyHash(t *testing.T) {