mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-10 00:29:01 +02:00
14 lines
404 B
Modula-2
14 lines
404 B
Modula-2
module github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.0.0-alpha4
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
google.golang.org/genproto v0.0.0-20210202153253-cf70463f6119
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|