mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-05 13:15:11 +02:00
12 lines
230 B
Cheetah
12 lines
230 B
Cheetah
module {{.Name}}
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/bilibili/kratos master
|
|
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.22.0
|
|
)
|