diff --git a/go.mod b/go.mod index 69dc20e..6e2b741 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/gobwas/glob v0.2.3 // indirect github.com/gocolly/colly v1.2.0 github.com/kennygrant/sanitize v1.2.4 // indirect - github.com/lawzava/emailscraper v1.0.0 // indirect + github.com/lawzava/emailscraper v1.1.0 github.com/lawzava/go-tld v1.0.0 github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect github.com/spf13/cobra v1.1.3 diff --git a/go.sum b/go.sum index ddc8cdf..c65363f 100644 --- a/go.sum +++ b/go.sum @@ -173,6 +173,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/lawzava/emailscraper v1.0.0 h1:lzKcPXdhXK5N1PwZ63BbbZVqV7Js2Csrq3Pmup0uxNY= github.com/lawzava/emailscraper v1.0.0/go.mod h1:xIZl3u6NGXrLv/PYUoiH2wq93XjQQZUZ3Jnzl/8LNzw= +github.com/lawzava/emailscraper v1.1.0 h1:SOBgSQJrY+Ex1srV73ateDFLKj4r0UHIADmlMUxdpDk= +github.com/lawzava/emailscraper v1.1.0/go.mod h1:xIZl3u6NGXrLv/PYUoiH2wq93XjQQZUZ3Jnzl/8LNzw= github.com/lawzava/go-tld v1.0.0 h1:LbSWlwgUNZx6Hee3DlvmuFgHKEcLzcJc2Fcgz2+Am0A= github.com/lawzava/go-tld v1.0.0/go.mod h1:FzA3gdInICoHLFUgn6VwAkpKE7AbcOviq9oIOnFaQFE= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= diff --git a/snapcraft.yaml b/snapcraft.yaml index 54f5b66..0ba7a50 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: scrape -version: '1.6.0' +version: '1.6.1' summary: CLI utility to scrape emails from websites description: | CLI utility that scrapes emails from specified website recursively and concurrently