Stop using github.com/pkg/errors #82
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/kind enhancement
/priority 3
What would you like to be added:
Similar to gardener/gardener#4280 we should be using Go native error wrapping (available since GO 1.13).
Why is this needed:
Getting rid of vendors in favor of using stdlib is always nice. Others seem to do this as well - kubernetes/kubernetes#103043 and containerd/console#54.
The text was updated successfully, but these errors were encountered: