Update dependencies

This commit is contained in:
Svilen Markov
2024-12-26 13:24:40 +00:00
parent e546488aeb
commit 85b8ee493e
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.22.5
require (
github.com/mmcdole/gofeed v1.3.0
golang.org/x/text v0.16.0
golang.org/x/text v0.21.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -15,5 +15,5 @@ require (
github.com/mmcdole/goxpp v1.1.1 // 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.27.0 // indirect
golang.org/x/net v0.33.0 // indirect
)