2020-02-14 21:46:15 +08:00
|
|
|
module github.com/n0madic/twitter-scraper
|
|
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
2021-09-08 16:02:53 +08:00
|
|
|
require (
|
2021-09-13 17:36:30 +03:00
|
|
|
github.com/google/go-cmp v0.5.6
|
|
|
|
|
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
|
2021-09-08 16:02:53 +08:00
|
|
|
)
|