aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filer_client_util.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/filer_client_util.go')
-rw-r--r--weed/filer2/filer_client_util.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/filer2/filer_client_util.go b/weed/filer2/filer_client_util.go
index 49bf39e51..7e093eea2 100644
--- a/weed/filer2/filer_client_util.go
+++ b/weed/filer2/filer_client_util.go
@@ -6,9 +6,9 @@ import (
"strings"
"sync"
- "github.com/joeslay/seaweedfs/weed/glog"
- "github.com/joeslay/seaweedfs/weed/pb/filer_pb"
- "github.com/joeslay/seaweedfs/weed/util"
+ "github.com/chrislusf/seaweedfs/weed/glog"
+ "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/chrislusf/seaweedfs/weed/util"
)
func VolumeId(fileId string) string {