rss-dl/go.mod
dependabot[bot] f24f3d206a
Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200301022130-244492dfa37a to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 00:11:56 +00:00

10 lines
152 B
Modula-2

module github.com/pikami/rss-dl
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/mmcdole/gofeed v1.1.3
golang.org/x/net v0.7.0
)