aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink/replication_sink.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/sink/replication_sink.go')
-rw-r--r--weed/replication/sink/replication_sink.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/replication/sink/replication_sink.go b/weed/replication/sink/replication_sink.go
index 4ffd09462..29e6bbf8c 100644
--- a/weed/replication/sink/replication_sink.go
+++ b/weed/replication/sink/replication_sink.go
@@ -1,9 +1,9 @@
package sink
import (
- "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
- "github.com/chrislusf/seaweedfs/weed/replication/source"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
+ "github.com/seaweedfs/seaweedfs/weed/replication/source"
+ "github.com/seaweedfs/seaweedfs/weed/util"
)
type ReplicationSink interface {