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

1
go.mod
View File

@@ -6,7 +6,6 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.11.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)