chore: support go module
This commit is contained in:
parent
cea7f72d9d
commit
08026ddca3
2 changed files with 22 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue