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
|
|
|
|
github.com/emicklei/proto v1.9.1
|
|
|
|
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
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/urfave/cli v1.22.5
|
|
|
|
github.com/zeromicro/antlr v0.0.1
|
2022-02-28 17:31:59 +08:00
|
|
|
github.com/zeromicro/ddl-parser v1.0.3
|
2022-02-09 11:06:06 +08:00
|
|
|
github.com/zeromicro/go-zero v1.3.0
|
2021-12-15 19:44:49 +08:00
|
|
|
)
|