fix(deps): update module gopkg.in/yaml.v2 to v3 (#5)

* fix(deps): update module gopkg.in/yaml.v2 to v3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): go mod tidy, use yaml.v3

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
renovate[bot]
2024-02-25 04:19:03 +02:00
committed by GitHub
parent ec384e8df0
commit 14377a5664
3 changed files with 9 additions and 8 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.22.0
require (
github.com/mmcdole/gofeed v1.2.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (