Use sigs.k8s.io/yaml instead of gopkg.in/yaml

Since we have a Kubernetes-specific fork of go-yaml, use that
consistently throughout the project. This doesn't eliminate the
dependencies on gopkg.in/yaml, which are still used indirectly; but it
ensures that the whole project benefits from fixes or changes to
sigs.k8s.io/yaml.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2024-10-07 14:27:52 +02:00
parent aca3214a70
commit f1fa4086b3
27 changed files with 33 additions and 34 deletions

View File

@@ -31,9 +31,9 @@ import (
"strings"
"text/template"
"gopkg.in/yaml.v2"
"github.com/onsi/ginkgo/v2/types"
yaml "sigs.k8s.io/yaml/goyaml.v2"
)
// ConformanceData describes the structure of the conformance.yaml file