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
What steps did you take and what happened:
after running dep ensure -update -v in a go project I get the following:
Solving failure: No versions of k8s.io/utils met constraints:
master: Could not introduce k8s.io/utils@master, as it requires package k8s.io/klog/v2 from k8s.io/klog, but in version v2.0.0 that package is missing.
godocs-readme: Could not introduce k8s.io/utils@godocs-readme due to multiple problematic subpackages:
Subpackage k8s.io/utils/buffer is missing. (Package is required by k8s.io/[email protected].) Subpackage k8s.io/utils/integer is missing. (Package is required by k8s.io/[email protected].) Subpackage k8s.io/utils/trace is missing. (Package is required by k8s.io/[email protected].)
What did you expect to happen:
Having import "k8s.io/klog/v2" keep working as it is still used widely
Anything else you would like to add:
I see many projects still use k8s.io/klog/v2 endpoint in their source for klog v2. It would be nice to keep it for backward compatibility.
The text was updated successfully, but these errors were encountered:
/kind bug
What steps did you take and what happened:
after running
dep ensure -update -v
in a go project I get the following:What did you expect to happen:
Having
import "k8s.io/klog/v2"
keep working as it is still used widelyAnything else you would like to add:
I see many projects still use
k8s.io/klog/v2
endpoint in their source for klog v2. It would be nice to keep it for backward compatibility.The text was updated successfully, but these errors were encountered: