diff options
Diffstat (limited to 'weed/notification/log/log_queue.go')
| -rw-r--r-- | weed/notification/log/log_queue.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/notification/log/log_queue.go b/weed/notification/log/log_queue.go index ca15fa4af..dcc038dfc 100644 --- a/weed/notification/log/log_queue.go +++ b/weed/notification/log/log_queue.go @@ -1,9 +1,9 @@ package kafka import ( - "github.com/joeslay/seaweedfs/weed/glog" - "github.com/joeslay/seaweedfs/weed/notification" - "github.com/joeslay/seaweedfs/weed/util" + "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/notification" + "github.com/chrislusf/seaweedfs/weed/util" "github.com/golang/protobuf/proto" ) |
