-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
9019c34
commit d31321f
Showing
9 changed files
with
87 additions
and
112 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
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
module github.com/signedsecurity/sigrawl3r | ||
module github.com/hueristiq/hqcrawl3r | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/chromedp/chromedp v0.8.0 | ||
github.com/chromedp/chromedp v0.8.3 | ||
github.com/enenumxela/urlx v0.0.0-20220330083946-3fddfff8acee | ||
github.com/gocolly/colly/v2 v2.1.0 | ||
github.com/logrusorgru/aurora/v3 v3.0.0 | ||
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/antchfx/htmlquery v1.2.4 // indirect | ||
github.com/antchfx/xmlquery v1.3.10 // indirect | ||
github.com/antchfx/xpath v1.2.0 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20220321060548-7bc2623472b3 // indirect | ||
github.com/PuerkitoBio/goquery v1.5.1 // indirect | ||
github.com/andybalholm/cascadia v1.2.0 // indirect | ||
github.com/antchfx/htmlquery v1.2.3 // indirect | ||
github.com/antchfx/xmlquery v1.2.4 // indirect | ||
github.com/antchfx/xpath v1.1.8 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20220725225757-5988d9195a6c // indirect | ||
github.com/chromedp/sysutil v1.0.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect | ||
github.com/temoto/robotstxt v1.1.2 // indirect | ||
github.com/temoto/robotstxt v1.1.1 // indirect | ||
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/protobuf v1.24.0 // indirect | ||
) |
Oops, something went wrong.