google-search/go.mod

23 lines
695 B
Modula-2
Raw Normal View History

2023-05-25 19:36:54 +10:00
module github.com/rocketlaunchr/google-search
2020-03-11 15:22:35 +11:00
go 1.16
2020-03-11 15:50:24 +11:00
2021-01-13 16:43:19 +11:00
require (
2022-05-24 11:34:47 +10:00
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
2021-01-13 16:43:19 +11:00
)