aboutsummaryrefslogtreecommitdiff
path: root/weed/cluster/master_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/cluster/master_client.go')
-rw-r--r--weed/cluster/master_client.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/cluster/master_client.go b/weed/cluster/master_client.go
index b9b1673f3..d1e769c1d 100644
--- a/weed/cluster/master_client.go
+++ b/weed/cluster/master_client.go
@@ -2,9 +2,9 @@ package cluster
import (
"context"
- "github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/pb"
- "github.com/chrislusf/seaweedfs/weed/pb/master_pb"
+ "github.com/seaweedfs/seaweedfs/weed/glog"
+ "github.com/seaweedfs/seaweedfs/weed/pb"
+ "github.com/seaweedfs/seaweedfs/weed/pb/master_pb"
"google.golang.org/grpc"
)