-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
92 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ linters: | |
- makezero | ||
- predeclared | ||
- thelper | ||
- ifshort | ||
|
||
issues: | ||
exclude-rules: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
module github.com/lawzava/scrape | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.6.1 // indirect | ||
github.com/andybalholm/cascadia v1.2.0 // indirect | ||
github.com/antchfx/htmlquery v1.2.3 // indirect | ||
github.com/antchfx/xmlquery v1.3.3 // indirect | ||
github.com/antchfx/xmlquery v1.3.5 // indirect | ||
github.com/antchfx/xpath v1.1.11 // indirect | ||
github.com/chromedp/chromedp v0.6.5 | ||
github.com/chromedp/chromedp v0.6.8 | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gocolly/colly v1.2.0 | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
github.com/lawzava/emailscraper v1.0.0 // indirect | ||
github.com/lawzava/go-tld v1.0.0 | ||
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/temoto/robotstxt v1.1.1 // indirect | ||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect | ||
golang.org/x/sys v0.0.0-20210123111255-9b0068b26619 // indirect | ||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect | ||
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
) |
Oops, something went wrong.