Skip to content

Commit

Permalink
✨ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lawzava committed Mar 7, 2021
1 parent 46f2bf1 commit 9f01664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9f01664

Please sign in to comment.