twitter-scrapper/go.mod
dependabot[bot] 448d660283 Bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 03:58:14 +00:00

8 lines
122 B
Modula-2

module github.com/n0madic/twitter-scraper
go 1.13
require (
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.7.0
)