1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-03 13:11:42 +02:00
2021-05-22 11:14:55 +08:00

11 lines
274 B
Modula-2

module github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2
go 1.15
require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.5 // indirect
google.golang.org/genproto v0.0.0-20210202153253-cf70463f6119
google.golang.org/protobuf v1.25.0
)