diff --git a/go.mod b/go.mod index f3b3cc5..9b982bf 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/bilibili/gengine go 1.13 require ( - github.com/antlr/antlr4 v0.0.0-20210105192202-5c2b686f95e1 + github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210504190105-c37cfeb7559d github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 github.com/google/martian v2.1.0+incompatible github.com/stretchr/testify v1.7.0