In Gardener, we use and import gen-crd-api-reference-docs as a tool dependency. However it brings some outdated dependencies in the ecosystem such as github.com/pkg/errors and k8s.io/klog:
github.com/pkg/errors: Since go1.13 there is native error wrapping in go with %w
In Gardener, we use and import
gen-crd-api-reference-docs
as a tool dependency. However it brings some outdated dependencies in the ecosystem such asgithub.com/pkg/errors
andk8s.io/klog
:github.com/pkg/errors
: Since go1.13 there is native error wrapping in go with%w
k8s.io/klog
: replaced byk8s.io/klog/v2