first chunk
[hotformathCLI/.git] / go.mod
1 module main
2
3 go 1.12
4
5 require (
6         github.com/gocolly/colly/v2 v2.1.0
7         github.com/rocketlaunchr/google-search v1.1.4 // indirect
8         golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
9 )