Skip to content

Commit 02858ee

Browse files
Clement-Jeanarvindbr8dfawley
authoredJan 30, 2024
deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com> Co-authored-by: Doug Fawley <dfawley@google.com>
1 parent 8d735f0 commit 02858ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+165
-174
lines changed
 

‎balancer/grpclb/grpclb.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ import (
4444
"google.golang.org/grpc/internal/resolver/dns"
4545
"google.golang.org/grpc/resolver"
4646
"google.golang.org/grpc/resolver/manual"
47+
"google.golang.org/protobuf/types/known/durationpb"
4748

48-
durationpb "github.com/golang/protobuf/ptypes/duration"
4949
lbpb "google.golang.org/grpc/balancer/grpclb/grpc_lb_v1"
5050
)
5151

‎balancer/grpclb/grpclb_remote_balancer.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626
"sync"
2727
"time"
2828

29-
"github.com/golang/protobuf/proto"
3029
"google.golang.org/grpc"
3130
"google.golang.org/grpc/balancer"
3231
"google.golang.org/grpc/connectivity"
@@ -36,8 +35,9 @@ import (
3635
"google.golang.org/grpc/keepalive"
3736
"google.golang.org/grpc/metadata"
3837
"google.golang.org/grpc/resolver"
38+
"google.golang.org/protobuf/proto"
39+
"google.golang.org/protobuf/types/known/timestamppb"
3940

40-
timestamppb "github.com/golang/protobuf/ptypes/timestamp"
4141
lbpb "google.golang.org/grpc/balancer/grpclb/grpc_lb_v1"
4242
)
4343

0 commit comments

Comments
 (0)
Please sign in to comment.