carvel-dev / kapp

kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label

Home Page:https://carvel.dev/kapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move from `github.com/ghodss/yaml` to `sigs.k8s.io/yaml`

Juneezee opened this issue · comments

The github.com/ghodss/yaml package is no longer being actively maintained, see ghodss/yaml#75. sigs.k8s.io/yaml is a permanent fork of github.com/ghodss/yaml, which is actively maintained by Kubernetes SIG and widely used in K8s projects.

We should drop github.com/ghodss/yaml dependency and use sigs.k8s.io/yaml