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 14:54:49 +03:00
|
|
|
github.com/AlexEidt/Vidio v1.5.1
|
|
|
|
|
github.com/google/go-cmp v0.6.0
|
|
|
|
|
golang.org/x/net v0.22.0
|
2021-09-08 16:02:53 +08:00
|
|
|
)
|