2022-10-08 02:03:47 +01:00
|
|
|
module github.com/rocketlaunchr/google-search
|
2020-03-11 15:22:35 +11:00
|
|
|
|
2022-10-08 02:03:47 +01:00
|
|
|
go 1.12
|
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
|
2021-01-13 16:43:19 +11:00
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
|
|
)
|