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

@@ -11,7 +11,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"github.com/ivuorinen/a/cmd"
)