fix: move to sigs.k8s.io/yaml/goyaml.v3

This commit is contained in:
William Crum 2025-04-08 10:19:47 -06:00
parent ab55d41986
commit 2cf9fc25ac
No known key found for this signature in database
GPG key ID: D9588D463E93F00C

View file

@ -1,6 +1,6 @@
package yaml
import "sigs.k8s.io/yaml"
import yaml "sigs.k8s.io/yaml/goyaml.v3"
// Codec implements the encoding.Encoder and encoding.Decoder interfaces for YAML encoding.
type Codec struct{}