From f1273d8afb6c199da6f11701484a3a332ae3e8db Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 3 Mar 2022 12:16:48 +0300 Subject: [PATCH] sync-mr2 --- go.mod | 3 ++- go.sum | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index aab4699b..af71bc22 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,8 @@ require ( github.com/PuerkitoBio/goquery v1.7.1 github.com/antchfx/htmlquery v1.2.3 github.com/antchfx/xpath v1.2.0 - github.com/antlr/antlr4 v0.0.0-20210503161921-88ad58426b90 + github.com/antlr/antlr4 v0.0.0-20211014165551-23f93e0d1b42 + github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9 github.com/corpix/uarand v0.1.1 github.com/gobwas/glob v0.2.3 github.com/gorilla/css v1.0.0 diff --git a/go.sum b/go.sum index 06100207..1f121a22 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,10 @@ github.com/antchfx/htmlquery v1.2.3/go.mod h1:B0ABL+F5irhhMWg54ymEZinzMSi0Kt3I2i github.com/antchfx/xpath v1.1.6/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk= github.com/antchfx/xpath v1.2.0 h1:mbwv7co+x0RwgeGAOHdrKy89GvHaGvxxBtPK0uF9Zr8= github.com/antchfx/xpath v1.2.0/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= -github.com/antlr/antlr4 v0.0.0-20210503161921-88ad58426b90 h1:cAZnSAoHQ/c4jiymsGPsUzDXVot50CtiEMQNQTf7W6o= -github.com/antlr/antlr4 v0.0.0-20210503161921-88ad58426b90/go.mod h1:T7PbCXFs94rrTttyxjbyT5+/1V8T2TYDejxUfHJjw1Y= +github.com/antlr/antlr4 v0.0.0-20211014165551-23f93e0d1b42 h1:PFCzm2MPK4Ca2KARXltMhq1J1OyAs9UqfILXvRDxEDU= +github.com/antlr/antlr4 v0.0.0-20211014165551-23f93e0d1b42/go.mod h1:T7PbCXFs94rrTttyxjbyT5+/1V8T2TYDejxUfHJjw1Y= +github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9 h1:zvkJv+9Pxm1nnEMcKnShREt4qtduHKz4iw4AB4ul0Ao= +github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/codegangsta/cli v1.20.0/go.mod h1:/qJNoX69yVSKu5o4jLyXAENLRyk1uhi7zkbQ3slBdOA= github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=