Merge pull request #6016 from icanhazbroccoli/icanhazbroccoli-dev-v3-sigs-yaml

Replaced ghodss/yaml with sigs.k8s.io/yaml [dev-v3]
pull/6032/head
Matt Farina 5 years ago committed by GitHub
commit 84d0f231e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,3 +112,7 @@
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.4"
[[constraint]]
name = "sigs.k8s.io/yaml"
version = "1.1.0"

@ -23,9 +23,9 @@ import (
"os"
"github.com/Masterminds/semver"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"sigs.k8s.io/yaml"
"helm.sh/helm/cmd/helm/require"
"helm.sh/helm/pkg/getter"

@ -21,7 +21,7 @@ import (
"text/template"
"time"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chartutil"
"helm.sh/helm/pkg/release"

@ -17,7 +17,7 @@ limitations under the License.
package action
import (
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chartutil"
)

@ -31,8 +31,8 @@ import (
"time"
"github.com/Masterminds/sprig"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/pkg/chartutil"

@ -1,11 +1,11 @@
package action
import (
"fmt"
"encoding/json"
"fmt"
"github.com/ghodss/yaml"
"github.com/gosuri/uitable"
"sigs.k8s.io/yaml"
)
// OutputFormat is a type for capturing supported output formats
@ -70,4 +70,4 @@ func ParseOutputFormat(s string) (out OutputFormat, err error) {
out, err = "", ErrInvalidFormatType
}
return
}
}

@ -20,7 +20,7 @@ import (
"fmt"
"strings"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/pkg/chart/loader"

@ -22,8 +22,8 @@ import (
"path/filepath"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
)

@ -21,8 +21,8 @@ import (
"os"
"path/filepath"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
)

@ -23,8 +23,8 @@ import (
"path/filepath"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/pkg/chart/loader"

@ -21,9 +21,9 @@ import (
"fmt"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"github.com/xeipuuv/gojsonschema"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
)

@ -24,8 +24,8 @@ import (
"os"
"path/filepath"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
)

@ -22,8 +22,8 @@ import (
"io/ioutil"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
)

@ -27,8 +27,8 @@ import (
"sync"
"github.com/Masterminds/semver"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/pkg/chart/loader"

@ -20,8 +20,8 @@ import (
"os"
"path/filepath"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart/loader"
"helm.sh/helm/pkg/chartutil"

@ -23,7 +23,7 @@ import (
"runtime"
"strings"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
helm_env "helm.sh/helm/pkg/cli"
)

@ -25,11 +25,11 @@ import (
"path/filepath"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/clearsign"
"golang.org/x/crypto/openpgp/packet"
"sigs.k8s.io/yaml"
hapi "helm.sh/helm/pkg/chart"
"helm.sh/helm/pkg/chart/loader"

@ -20,9 +20,9 @@ import (
"strings"
"time"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
v1 "k8s.io/api/core/v1"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/hooks"
"helm.sh/helm/pkg/release"

@ -22,8 +22,8 @@ import (
"strconv"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chartutil"
"helm.sh/helm/pkg/hooks"

@ -20,7 +20,7 @@ import (
"reflect"
"testing"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chartutil"
"helm.sh/helm/pkg/release"

@ -24,8 +24,8 @@ import (
"path/filepath"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart/loader"
"helm.sh/helm/pkg/getter"

@ -28,8 +28,8 @@ import (
"time"
"github.com/Masterminds/semver"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/pkg/chart/loader"

@ -22,8 +22,8 @@ import (
"os"
"time"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
)
// ErrRepoOutOfDate indicates that the repository file is out of date, but

@ -22,7 +22,7 @@ import (
"os"
"path/filepath"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/helmpath"
"helm.sh/helm/pkg/repo"

@ -22,7 +22,7 @@ import (
"path/filepath"
"testing"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"helm.sh/helm/pkg/repo"
)

@ -21,8 +21,8 @@ import (
"strconv"
"strings"
"github.com/ghodss/yaml"
"github.com/pkg/errors"
"sigs.k8s.io/yaml"
)
// ErrNotList indicates that a non-list was treated as a list.

@ -18,7 +18,7 @@ package strvals
import (
"testing"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
)
func TestSetIndex(t *testing.T) {

Loading…
Cancel
Save