aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/replicator.go
diff options
context:
space:
mode:
authorj.laycock <joseph.laycock@4sightimaging.com>2019-09-02 11:28:40 +0100
committerj.laycock <joseph.laycock@4sightimaging.com>2019-09-02 11:28:40 +0100
commit595a1beff00196c9b207787833578ba1de1847e5 (patch)
tree15b1bf2740a7718a1ff4ca13a0e6fa51ea6c0623 /weed/replication/replicator.go
parent1e62a2b233458262c875dcf182309cc2425fe5a8 (diff)
downloadseaweedfs-595a1beff00196c9b207787833578ba1de1847e5.tar.xz
seaweedfs-595a1beff00196c9b207787833578ba1de1847e5.zip
Swap imports to use joeslay
Diffstat (limited to 'weed/replication/replicator.go')
-rw-r--r--weed/replication/replicator.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/replication/replicator.go b/weed/replication/replicator.go
index 7353cdc91..1b868defc 100644
--- a/weed/replication/replicator.go
+++ b/weed/replication/replicator.go
@@ -6,11 +6,11 @@ import (
"path/filepath"
"strings"
- "github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
- "github.com/chrislusf/seaweedfs/weed/replication/sink"
- "github.com/chrislusf/seaweedfs/weed/replication/source"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/joeslay/seaweedfs/weed/glog"
+ "github.com/joeslay/seaweedfs/weed/pb/filer_pb"
+ "github.com/joeslay/seaweedfs/weed/replication/sink"
+ "github.com/joeslay/seaweedfs/weed/replication/source"
+ "github.com/joeslay/seaweedfs/weed/util"
)
type Replicator struct {