2024-01-28 23:06:45 +03:00
|
|
|
module github.com/imperatrona/twitter-scraper
|
2020-02-14 21:46:15 +08:00
|
|
|
|
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 (
|
2024-03-09 03:55:39 +03:00
|
|
|
github.com/AlexEidt/Vidio v1.5.1 // indirect
|
2023-01-10 13:33:40 +02:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-10-11 22:49:30 +00:00
|
|
|
golang.org/x/net v0.17.0
|
2021-09-08 16:02:53 +08:00
|
|
|
)
|