mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-10 00:29:01 +02:00
c7827ff701
* fix http middleware
12 lines
316 B
Modula-2
12 lines
316 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-20210218084408-cf599c68a65f
|
|
github.com/golang/protobuf v1.4.3
|
|
google.golang.org/genproto v0.0.0-20210202153253-cf70463f6119
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|