Change joeslay paths to chrislusf paths
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"context"
|
||||
|
||||
"github.com/chrislusf/raft"
|
||||
"github.com/joeslay/seaweedfs/weed/operation"
|
||||
"github.com/joeslay/seaweedfs/weed/pb/master_pb"
|
||||
"github.com/joeslay/seaweedfs/weed/pb/volume_server_pb"
|
||||
"github.com/chrislusf/seaweedfs/weed/operation"
|
||||
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
|
||||
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
|
||||
)
|
||||
|
||||
func (ms *MasterServer) CollectionList(ctx context.Context, req *master_pb.CollectionListRequest) (*master_pb.CollectionListResponse, error) {
|
||||
|
||||
Reference in New Issue
Block a user