Closed harshanarayana closed 4 months ago
Cleanup unwanted replace directive that was present for k8s.io/kubelet that as never really used in the project.
replace
k8s.io/kubelet
Fixes: #1468
This was breaking go install due to the replace directive.
go install
NA
For me, not having this broke vendoring... I'll get that sorted. Thanks for the PR!
@iwilltry42 Would it be possible to get a new tag created with these changes so that I can get unblocked on my other PR ?
What
Cleanup unwanted
replace
directive that was present fork8s.io/kubelet
that as never really used in the project.Fixes: #1468
Why
This was breaking
go install
due to thereplace
directive.Implications
NA