2020-02-14 21:46:15 +08:00
|
|
|
module github.com/n0madic/twitter-scraper
|
|
|
|
|
|
2023-05-10 22:29:40 +03:00
|
|
|
go 1.16
|
2020-02-14 21:46:15 +08:00
|
|
|
|
2021-09-08 16:02:53 +08:00
|
|
|
require (
|
2023-01-10 13:33:40 +02:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-07-03 15:14:02 +03:00
|
|
|
golang.org/x/net v0.11.0
|
|
|
|
|
golang.org/x/oauth2 v0.9.0
|
2021-09-08 16:02:53 +08:00
|
|
|
)
|