Update deps

This commit is contained in:
Alexander Sheiko 2023-01-10 13:33:40 +02:00
parent 489355ac13
commit 29c2b67cdb
2 changed files with 29 additions and 10 deletions

4
go.mod
View file

@ -3,6 +3,6 @@ module github.com/n0madic/twitter-scraper
go 1.13
require (
github.com/google/go-cmp v0.5.6
golang.org/x/net v0.0.0-20211206223403-eba003a116a9
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.5.0
)