chore: support go module

This commit is contained in:
Bo-Yi Wu 2020-02-14 21:46:15 +08:00
parent cea7f72d9d
commit 08026ddca3
2 changed files with 22 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/n0madic/twitter-scraper
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/google/go-cmp v0.4.0
)