aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sub/notification_google_pub_sub.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/sub/notification_google_pub_sub.go')
-rw-r--r--weed/replication/sub/notification_google_pub_sub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sub/notification_google_pub_sub.go b/weed/replication/sub/notification_google_pub_sub.go
index 06f0cbf05..c7509abf2 100644
--- a/weed/replication/sub/notification_google_pub_sub.go
+++ b/weed/replication/sub/notification_google_pub_sub.go
@@ -6,11 +6,11 @@ import (
"os"
"cloud.google.com/go/pubsub"
- "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/api/option"
+ "google.golang.org/protobuf/proto"
)
func init() {