chore(deps)!: update gopkg.in/yaml.v2 (v2.4.0 → v3.0.1) (#20)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-25 02:40:34 +03:00
committed by GitHub
parent 104420d9f5
commit add6f4341c
4 changed files with 2 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"runtime"
"strings"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// Config represents the application's YAML configuration.