Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module istio.io/api
go 1.12

require (
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
google.golang.org/grpc v1.23.1
istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
google.golang.org/grpc v1.42.0
istio.io/gogo-genproto v0.0.0-20220323205238-064191404101
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
)
Loading