Use the forked go-yaml module

This commit is contained in:
Katrina Verey
2021-06-22 15:54:54 -07:00
parent dac84d867e
commit 2e8a3b7c45
12 changed files with 11 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ import (
"bytes"
"strings"
"gopkg.in/yaml.v3"
"sigs.k8s.io/kustomize/kyaml/errors"
"sigs.k8s.io/kustomize/kyaml/internal/forked/github.com/go-yaml/yaml"
"sigs.k8s.io/kustomize/kyaml/sets"
)