twitter-scrapper/go.mod
Joaco Esteban 985351070d rename
2024-02-03 14:56:01 +01:00

8 lines
128 B
Modula-2

module github.com/joacoesteban/twitter-scraper
go 1.16
require (
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.17.0
)