From 5abe637b1d7b17c253bc4d478c56644cf451ebb1 Mon Sep 17 00:00:00 2001 From: cookieswang Date: Fri, 23 Dec 2022 16:36:55 +0800 Subject: [PATCH] update antlr4 dependency to fix ambiguous import issue #21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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