Drop usage of forked copies of goyaml.v2 and goyaml.v3

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2025-06-25 13:01:16 -04:00
parent ba617e5126
commit a7703f685c
104 changed files with 746 additions and 190 deletions

View File

@@ -4,7 +4,7 @@ go 1.22.7
require (
github.com/stretchr/testify v1.10.0
sigs.k8s.io/yaml v1.4.0
sigs.k8s.io/yaml v1.5.0
)
require (
@@ -13,6 +13,7 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)