From 6fc6322c904eeca4d7e73258cd99c04f65aa5eba Mon Sep 17 00:00:00 2001 From: "j.laycock" Date: Thu, 12 Sep 2019 14:18:21 +0100 Subject: Change joeslay paths to chrislusf paths --- weed/replication/source/filer_source.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'weed/replication/source') diff --git a/weed/replication/source/filer_source.go b/weed/replication/source/filer_source.go index 27729acaf..d7b5ebc4d 100644 --- a/weed/replication/source/filer_source.go +++ b/weed/replication/source/filer_source.go @@ -3,16 +3,16 @@ package source import ( "context" "fmt" - "github.com/joeslay/seaweedfs/weed/security" + "github.com/chrislusf/seaweedfs/weed/security" "github.com/spf13/viper" "google.golang.org/grpc" "io" "net/http" "strings" - "github.com/joeslay/seaweedfs/weed/glog" - "github.com/joeslay/seaweedfs/weed/pb/filer_pb" - "github.com/joeslay/seaweedfs/weed/util" + "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" + "github.com/chrislusf/seaweedfs/weed/util" ) type ReplicationSource interface { -- cgit v1.2.3