mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user