Remove dependency on ghodss/yaml

This commit is contained in:
rohitsardesai83
2019-04-25 23:47:01 +05:30
parent 0ac48f60a5
commit b67d713bc0
10 changed files with 12 additions and 9 deletions

View File

@@ -23,7 +23,6 @@ import (
"fmt"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/kustomize/pkg/accumulator"
"sigs.k8s.io/kustomize/pkg/ifc"
@@ -36,6 +35,7 @@ import (
"sigs.k8s.io/kustomize/pkg/transformers"
"sigs.k8s.io/kustomize/pkg/transformers/config"
"sigs.k8s.io/kustomize/pkg/types"
"sigs.k8s.io/yaml"
)
// KustTarget encapsulates the entirety of a kustomization build.