Skip to content

Commit 1188d19

Browse files
Fabian Hollerfho
authored andcommitted
update google.golang.org/grpc to version 1.38.0
In version 1.38.0 the interface of ClientConns changed. UpdateState() now returns an error. The interface is used only in the testcases, adapt it to the new interface.
1 parent 55d43ed commit 1188d19

2 files changed

Lines changed: 74 additions & 20 deletions

File tree

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module github.com/simplesurance/grpcconsulresolver
22

33
require (
44
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
5+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
6+
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
7+
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
8+
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect
59
github.com/hashicorp/consul/api v1.2.0
610
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
711
github.com/hashicorp/go-msgpack v0.5.5 // indirect
@@ -10,10 +14,7 @@ require (
1014
github.com/hashicorp/memberlist v0.1.5 // indirect
1115
github.com/hashicorp/serf v0.8.5 // indirect
1216
github.com/miekg/dns v1.1.2 // indirect
13-
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
14-
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
15-
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
16-
google.golang.org/grpc v1.26.0
17+
google.golang.org/grpc v1.38.0
1718
)
1819

1920
go 1.13

0 commit comments

Comments
 (0)