Skip to content

Commit

Permalink
upgrade dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lawzava committed Dec 25, 2023
1 parent 97c007a commit 9b7e7c2
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 @@ -3,7 +3,7 @@ module github.com/lawzava/scrape
go 1.21

require (
github.com/lawzava/emailscraper v1.3.0
github.com/lawzava/emailscraper v1.3.1
github.com/spf13/cobra v1.7.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ github.com/kennygrant/sanitize v1.2.4 h1:gN25/otpP5vAsO2djbMhF/LQX6R7+O1TB4yv8Nz
github.com/kennygrant/sanitize v1.2.4/go.mod h1:LGsjYYtgxbetdg5owWB2mpgUL6e2nfw2eObZ0u0qvak=
github.com/lawzava/emailscraper v1.3.0 h1:aI5JA6g+0S3jJW2et1oIAQ+l6GVOIUUJGnAu0Ynz6Cc=
github.com/lawzava/emailscraper v1.3.0/go.mod h1:FCuK3oxZQxUjU0jRYkG4r62TnO6MT5ZsiVoOTmpvBqI=
github.com/lawzava/emailscraper v1.3.1 h1:GaJZZXIyuuhwKqsQGD5Ggzikxe9grdFRq2E9vAecddE=
github.com/lawzava/emailscraper v1.3.1/go.mod h1:FCuK3oxZQxUjU0jRYkG4r62TnO6MT5ZsiVoOTmpvBqI=
github.com/lawzava/go-tld v1.1.0 h1:fjtGrvEjsumnm+beoocW71RPl6OQfQr6R5wESvP2kow=
github.com/lawzava/go-tld v1.1.0/go.mod h1:/mIjyMjSDHCsk9bFH8Dg5Yq0+pysx1m46RnqjGqBxwI=
github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 h1:6Yzfa6GP0rIo/kULo2bwGEkFvCePZ3qHDDTC3/J9Swo=
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.9.0'
version: '1.9.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 9b7e7c2

Please sign in to comment.