Add go mod

This commit is contained in:
kirillmb 2020-02-14 01:03:15 +03:00
parent cea7f72d9d
commit 95d08eebb8
2 changed files with 22 additions and 0 deletions

8
go.mod Normal file
View file

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