Skip to content

Commit 6be3449

Browse files
committed
Upgrade to gRPC v1.57.0
They removed the fields that were kept for backwards compatibility.
1 parent 6da4e14 commit 6be3449

File tree

3 files changed

+1416
-14
lines changed

3 files changed

+1416
-14
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module github.com/Jille/grpc-multi-resolver
22

33
go 1.17
44

5-
require google.golang.org/grpc v1.55.0
5+
require google.golang.org/grpc v1.57.0
66

77
require (
88
github.com/golang/protobuf v1.5.3 // indirect
9-
google.golang.org/protobuf v1.30.0 // indirect
9+
google.golang.org/protobuf v1.31.0 // indirect
1010
)

0 commit comments

Comments
 (0)