-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
448051f
commit 4fb7def
Showing
4 changed files
with
45 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
module github.com/edoardottt/scilla | ||
|
||
go 1.14 | ||
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.5 // indirect | ||
github.com/fatih/color v1.10.0 | ||
github.com/antchfx/xmlquery v1.3.6 // indirect | ||
github.com/antchfx/xpath v1.1.11 // indirect | ||
github.com/fatih/color v1.11.0 | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gocolly/colly v1.2.0 | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect | ||
github.com/temoto/robotstxt v1.1.2 // indirect | ||
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect | ||
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect | ||
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
) |
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