helm/pkg/plugin
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
This commit replaces usage of github.com/ghodss/yaml with it's forked
version maintained by SIG community. The replaced library has
low-to-none support activity unlike the latter. We believe the new
Helm branch could benefit from using the community-supported version on
a long-term run as yaml parser is a key component of Helm chart rendering
engine.

This commit locks sigs.k8s.io/yaml dependency version on 1.1.0 which
is backwards compatible with ghodss/yaml 1.0.0.

This change also resolves the outdated dependency version lock for
ghodss/yaml (currently 1.0.0) and makes it possible to port changes from
https://github.com/helm/helm/pull/6010 to dev-v3.

Signed-off-by: Oleg Sidorov <oleg.sidorov@booking.com>
2019-07-12 16:52:15 +02:00
..
cache ref(pkg/action): refactoring dup code and linter fixes 2019-03-26 11:11:27 -07:00
installer ref(getter): introduce Options for passing in getter parameters 2019-07-02 15:22:23 -07:00
testdata/plugdir ref(*): remove HELM_HOST 2018-04-16 23:16:43 -07:00
hooks.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00
plugin.go Replaced ghodss/yaml with sigs.k8s.io/yaml 2019-07-12 16:52:15 +02:00
plugin_test.go feat(*): use vanity import helm.sh/helm 2019-03-13 13:43:47 -07:00