replace antlr module (#672)

* replace antlr module

* refactor version of antlr
This commit is contained in:
anqiansong
2021-05-08 21:35:27 +08:00
committed by GitHub
parent faf4d7e3bb
commit df5ae9507f
9 changed files with 12 additions and 9 deletions

View File

@@ -5,9 +5,9 @@ import (
"sort"
"strings"
"github.com/antlr/antlr4/runtime/Go/antlr"
"github.com/tal-tech/go-zero/tools/goctl/api/parser/g4/gen/api"
"github.com/tal-tech/go-zero/tools/goctl/util/console"
"github.com/zeromicro/antlr"
)
type (