mirror of
https://github.com/pikami/rss-dl.git
synced 2024-11-25 15:08:01 +00:00
f24f3d206a
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>
10 lines
152 B
Modula-2
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
|
|
)
|