You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kratos/cmd/protoc-gen-go-http/go.mod

13 lines
347 B

module github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2
4 years ago
go 1.15
require (
github.com/go-kratos/kratos/v2 v2.0.0-20210305104106-278210c4755a
4 years ago
github.com/golang/protobuf v1.4.3
github.com/gorilla/mux v1.8.0
4 years ago
google.golang.org/genproto v0.0.0-20210202153253-cf70463f6119
google.golang.org/grpc v1.36.0
4 years ago
google.golang.org/protobuf v1.25.0
)