You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a project using go module with argo library is fail because ghodss/yaml, colinmarc/hdfs are changed its module name.
Renaming module is not a good manner.
BUG REPORT:
What happened:
Building a project using go module with argo library is fail because
ghodss/yaml
,colinmarc/hdfs
are changed its module name.Renaming module is not a good manner.
As the same reason, k8s has changed library ghodss/yaml to sigs.k8s.io/yaml.
The text was updated successfully, but these errors were encountered: