diff --git a/go.mod b/go.mod index dbb96a3..43cbfde 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/sirupsen/logrus v1.9.3 ) -replace github.com/imperatrona/twitter-scraper => github.com/masa-finance/twitter-scraper v1.1.1 +replace github.com/imperatrona/twitter-scraper => github.com/masa-finance/twitter-scraper v1.1.3 require ( github.com/Masterminds/semver/v3 v3.4.0 // indirect diff --git a/go.sum b/go.sum index 3e8446e..2b1d9ac 100644 --- a/go.sum +++ b/go.sum @@ -42,8 +42,8 @@ github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0 github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU= github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo= github.com/maruel/natural v1.1.1/go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg= -github.com/masa-finance/twitter-scraper v1.1.1 h1:rCvEY5TFA4HC/dnc2qrhHrAQqbhKRlqZ0gxHsYK4cD8= -github.com/masa-finance/twitter-scraper v1.1.1/go.mod h1:w176e8WqbLUuVRI2Spqfbem/DMQtSgy+nLG3TZ+OCTs= +github.com/masa-finance/twitter-scraper v1.1.3 h1:551tHP+GfXbUV1hLKnZsampueiQrahcX29go/HgBGjs= +github.com/masa-finance/twitter-scraper v1.1.3/go.mod h1:w176e8WqbLUuVRI2Spqfbem/DMQtSgy+nLG3TZ+OCTs= github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=