Create LICENSE.md
[hotformathCLI/.git] / go.mod
1 module main
2
3 go 1.12
4
5 require (
6         github.com/gocolly/colly/v2 v2.1.0 // indirect
7         github.com/pborman/getopt v1.1.0
8         github.com/rocketlaunchr/google-search v1.1.4
9 )