mirror of https://github.com/istio/api.git
14 lines
286 B
Modula-2
14 lines
286 B
Modula-2
module istio.io/api
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.4.3
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
)
|