twitter-scrapper/go.mod
dependabot[bot] c0e067d55e Bump golang.org/x/net from 0.11.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 22:49:30 +00:00

8 lines
123 B
Modula-2

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