build: update goctl dependency ddl-parser to v1.0.3 (#1586)

* build: update goctl dependency ddl-parser to v1.0.3

* fix: race condition when testing logx

Resolves: #1587
This commit is contained in:
Fyn
2022-02-28 17:31:59 +08:00
committed by GitHub
parent 86d01e2e99
commit cf7c7cb392
3 changed files with 10 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ require (
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
github.com/zeromicro/antlr v0.0.1
github.com/zeromicro/ddl-parser v1.0.2
github.com/zeromicro/ddl-parser v1.0.3
github.com/zeromicro/go-zero v1.3.0
)