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/kratos/go.mod

12 lines
274 B

module github.com/go-kratos/kratos/cmd/kratos/v2
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.2.15
github.com/emicklei/proto v1.9.1
github.com/fatih/color v1.12.0
github.com/go-kratos/kratos/v2 v2.1.0
github.com/spf13/cobra v1.2.1
golang.org/x/mod v0.4.2
)