Change joeslay paths to chrislusf paths
This commit is contained in:
@@ -3,8 +3,8 @@ package memdb
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/joeslay/seaweedfs/weed/filer2"
|
||||
"github.com/joeslay/seaweedfs/weed/util"
|
||||
"github.com/chrislusf/seaweedfs/weed/filer2"
|
||||
"github.com/chrislusf/seaweedfs/weed/util"
|
||||
"github.com/google/btree"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
@@ -2,7 +2,7 @@ package memdb
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/joeslay/seaweedfs/weed/filer2"
|
||||
"github.com/chrislusf/seaweedfs/weed/filer2"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user