diff --git a/clustertool/pkg/helper/yamlutil.go b/clustertool/pkg/helper/yamlutil.go index 54d5803dcac..97fbc3e0830 100644 --- a/clustertool/pkg/helper/yamlutil.go +++ b/clustertool/pkg/helper/yamlutil.go @@ -4,7 +4,7 @@ import ( "bytes" "io" - "gopkg.in/yaml.v3" + "sigs.k8s.io/yaml" ) // Encoder is a custom encoder for YAML that writes to an io.Writer.