aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sub/notification_kafka.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/sub/notification_kafka.go')
-rw-r--r--weed/replication/sub/notification_kafka.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sub/notification_kafka.go b/weed/replication/sub/notification_kafka.go
index c9573bdbf..951026fe1 100644
--- a/weed/replication/sub/notification_kafka.go
+++ b/weed/replication/sub/notification_kafka.go
@@ -8,10 +8,10 @@ import (
"time"
"github.com/Shopify/sarama"
- "github.com/golang/protobuf/proto"
"github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
"github.com/seaweedfs/seaweedfs/weed/util"
+ "google.golang.org/protobuf/proto"
)
func init() {