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

10 lines
197 B

module github.com/go-kratos/kratos/cmd/kratos/v2
go 1.15
require (
github.com/emicklei/proto v1.9.0
github.com/go-git/go-git/v5 v5.2.0
github.com/spf13/cobra v1.1.1
golang.org/x/mod v0.4.0
)