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

View File

@@ -24,7 +24,7 @@ import (
"time"
"github.com/mmcdole/gofeed"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// Version and Build information