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
261 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.13.0
github.com/spf13/cobra v1.3.0
golang.org/x/mod v0.5.0
golang.org/x/text v0.3.7
)