Skip to content

Commit

Permalink
go: go mod tidy -go=1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Ito <[email protected]>
  • Loading branch information
110y committed Oct 20, 2021
1 parent cb28da3 commit 2e19e5e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions go/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
module github.com/cncf/xds/go

go 1.11
go 1.17

require (
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.5.0
google.golang.org/grpc v1.25.1
google.golang.org/protobuf v1.27.1
)

require (
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
)

0 comments on commit 2e19e5e

Please sign in to comment.