2022-01-25 23:15:07 +08:00
|
|
|
module github.com/zeromicro/go-zero/tools/goctl
|
2021-12-15 19:44:49 +08:00
|
|
|
|
2022-02-24 13:58:53 +08:00
|
|
|
go 1.16
|
2021-12-15 19:44:49 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
2022-05-21 14:34:01 +08:00
|
|
|
github.com/emicklei/proto v1.10.0
|
2021-12-15 19:44:49 +08:00
|
|
|
github.com/fatih/structtag v1.2.0
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
|
github.com/iancoleman/strcase v0.2.0
|
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2022-05-07 15:40:11 +08:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2022-05-21 14:34:01 +08:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-07-21 12:47:46 +08:00
|
|
|
github.com/withfig/autocomplete-tools/integrations/cobra v0.0.0-20220705165518-2761d7f4b8bc
|
2021-12-15 19:44:49 +08:00
|
|
|
github.com/zeromicro/antlr v0.0.1
|
2022-07-20 22:49:41 +08:00
|
|
|
github.com/zeromicro/ddl-parser v1.0.4
|
2022-06-09 23:34:06 +08:00
|
|
|
github.com/zeromicro/go-zero v1.3.4
|
2022-07-21 12:47:46 +08:00
|
|
|
google.golang.org/grpc v1.46.2
|
|
|
|
google.golang.org/protobuf v1.28.0
|
2021-12-15 19:44:49 +08:00
|
|
|
)
|