Replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#7005)

At the time of making this commit, the package `github.com/ghodss/yaml`
is no longer actively maintained.

`sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively
maintained by Kubernetes SIG.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
Eng Zer Jun
2023-09-22 18:23:09 +08:00
committed by GitHub
parent 0f828ec99f
commit 0959b56285
11 changed files with 2 additions and 985 deletions

View File

@@ -27,8 +27,6 @@ exceptions:
# go-digest contains common digest package used across the container ecosystem
# This is OpenShift dependency, ODO do not use this directly
- github.com/opencontainers/go-digest
# MIT licence - wwhrd is not detecting it correctly
- github.com/ghodss/yaml
# Apache License 2.0 - wwhrd is not detecting it correctly
- github.com/prometheus/common/...
# Apache License 2.0 - wwhrd is not detecting it correctly