k3d-io / k3d

Little helper to run CNCF's k3s in Docker
https://k3d.io/
MIT License
5.48k stars 462 forks source link

bug: fix broken go install workflow #1469

Closed harshanarayana closed 4 months ago

harshanarayana commented 4 months ago

What

Cleanup unwanted replace directive that was present for k8s.io/kubelet that as never really used in the project.

Fixes: #1468

Why

This was breaking go install due to the replace directive.

Implications

NA

iwilltry42 commented 4 months ago

For me, not having this broke vendoring... I'll get that sorted. Thanks for the PR!

harshanarayana commented 4 months ago

@iwilltry42 Would it be possible to get a new tag created with these changes so that I can get unblocked on my other PR ?