Skip to content

Commit

Permalink
Update metrics_requester.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert authored Dec 21, 2023
1 parent cd1ae78 commit 128ebfe
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions x-pack/metricbeat/module/gcp/metrics/metrics_requester.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,11 @@ import (
"sync"
"time"

<<<<<<< HEAD
"github.com/golang/protobuf/ptypes/duration"

monitoring "cloud.google.com/go/monitoring/apiv3"
"github.com/golang/protobuf/ptypes/timestamp"
"google.golang.org/api/iterator"
monitoringpb "google.golang.org/genproto/googleapis/monitoring/v3"
=======
monitoring "cloud.google.com/go/monitoring/apiv3/v2"
"cloud.google.com/go/monitoring/apiv3/v2/monitoringpb"
"google.golang.org/api/iterator"
"google.golang.org/protobuf/types/known/durationpb"
"google.golang.org/protobuf/types/known/timestamppb"
>>>>>>> b59a8f4769 (Replace EOL modules: github.com/golang/protobuf by google.golang.org/protobuf (#37212))

"github.com/elastic/beats/v7/libbeat/logp"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp"
Expand Down

0 comments on commit 128ebfe

Please sign in to comment.