mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 08:29:24 +08:00
Swap imports to use joeslay
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"crypto/md5"
|
||||
"fmt"
|
||||
|
||||
"github.com/chrislusf/seaweedfs/weed/util"
|
||||
"github.com/joeslay/seaweedfs/weed/util"
|
||||
"github.com/klauspost/crc32"
|
||||
)
|
||||
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
. "github.com/chrislusf/seaweedfs/weed/storage/types"
|
||||
. "github.com/joeslay/seaweedfs/weed/storage/types"
|
||||
)
|
||||
|
||||
type FileId struct {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package needle
|
||||
|
||||
import (
|
||||
"github.com/chrislusf/seaweedfs/weed/storage/types"
|
||||
"github.com/joeslay/seaweedfs/weed/storage/types"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
@@ -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 (
|
||||
|
@@ -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"
|
||||
|
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user