fix(deps): update module github.com/mmcdole/gofeed to v1.3.0 (#10)

This commit is contained in:
renovate[bot]
2024-03-02 17:58:02 +02:00
committed by GitHub
parent 14377a5664
commit c095ed0878
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/ivuorinen/paperboy
go 1.22.0
require (
github.com/mmcdole/gofeed v1.2.1
github.com/mmcdole/gofeed v1.3.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -11,7 +11,7 @@ require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mmcdole/goxpp v1.1.0 // indirect
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.17.0 // indirect