twitter-scrapper/go.mod
Alexander Sheiko e52022e31a Add LoginOpenAccount
Close #101 again
2023-05-30 17:31:00 +03:00

9 lines
151 B
Modula-2

module github.com/n0madic/twitter-scraper
go 1.16
require (
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.8.0
)