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

@@ -12,7 +12,7 @@ import (
"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
yaml "sigs.k8s.io/yaml/goyaml.v3"
yaml "go.yaml.in/yaml/v3"
)
func TestRNodeHasNilEntryInList(t *testing.T) {