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/tool/kratos-gen-project/templates/grpc/go.mod.tmpl

13 lines
244 B

module {{.Name}}
5 years ago
go 1.13
require (
github.com/go-kratos/kratos master
5 years ago
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.2
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/grpc v1.28.1
)