google-search/go.mod
Chris Joyce dfdb3593e1 Pull request issues resolved
* Remove contect from tests
* Resorted package dependacy for TestSearch
* Removed extra notes from README
2023-05-27 17:31:50 +10:00

23 lines
695 B
Modula-2

module github.com/rocketlaunchr/google-search
go 1.16
require (
github.com/gocolly/colly/v2 v2.1.0
golang.org/x/time v0.3.0
)
require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.15 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
golang.org/x/net v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)