aboutsummaryrefslogtreecommitdiff
path: root/weed/remote_storage/track_sync_offset.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/remote_storage/track_sync_offset.go')
-rw-r--r--weed/remote_storage/track_sync_offset.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/remote_storage/track_sync_offset.go b/weed/remote_storage/track_sync_offset.go
index 25ac0d340..cdf6c99bf 100644
--- a/weed/remote_storage/track_sync_offset.go
+++ b/weed/remote_storage/track_sync_offset.go
@@ -3,9 +3,9 @@ package remote_storage
import (
"context"
"errors"
- "github.com/chrislusf/seaweedfs/weed/pb"
- "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/seaweedfs/seaweedfs/weed/pb"
+ "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
+ "github.com/seaweedfs/seaweedfs/weed/util"
"google.golang.org/grpc"
)