mirror of https://github.com/istio/api.git
20 lines
463 B
Modula-2
20 lines
463 B
Modula-2
module istio.io/api
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.7
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a
|
|
google.golang.org/grpc v1.74.2
|
|
google.golang.org/protobuf v1.36.7
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
|
|
)
|