diff options
Diffstat (limited to 'weed/notification/log/log_queue.go')
| -rw-r--r-- | weed/notification/log/log_queue.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/notification/log/log_queue.go b/weed/notification/log/log_queue.go index 60d586106..cc3557fee 100644 --- a/weed/notification/log/log_queue.go +++ b/weed/notification/log/log_queue.go @@ -1,10 +1,10 @@ package kafka import ( - "github.com/golang/protobuf/proto" "github.com/seaweedfs/seaweedfs/weed/glog" "github.com/seaweedfs/seaweedfs/weed/notification" "github.com/seaweedfs/seaweedfs/weed/util" + "google.golang.org/protobuf/proto" ) func init() { |
