Update deps

This commit is contained in:
Alexander Sheiko 2021-09-13 17:36:30 +03:00
parent 8c1fb4f181
commit 97a6d207c5
2 changed files with 6 additions and 6 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.4
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
github.com/google/go-cmp v0.5.6
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
)