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

This commit is contained in:
renovate[bot]
2025-08-06 15:59:16 +03:00
committed by GitHub
parent eacb71b901
commit 361e3d2d31

2
go.mod
View File

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