We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb28da3 commit 7bc3d90Copy full SHA for 7bc3d90
go/go.mod
@@ -1,9 +1,17 @@
1
module github.com/cncf/xds/go
2
3
-go 1.11
+go 1.17
4
5
require (
6
github.com/envoyproxy/protoc-gen-validate v0.1.0
7
- github.com/golang/protobuf v1.3.2
+ github.com/golang/protobuf v1.5.0
8
google.golang.org/grpc v1.25.1
9
+ google.golang.org/protobuf v1.27.1
10
+)
11
+
12
+require (
13
+ golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
14
+ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
15
+ golang.org/x/text v0.3.0 // indirect
16
+ google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
17
)
0 commit comments