mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
The purell package at github.com/PuerkitoBio/purell is no longer maintained and in k/k repo under kubeadm package its been used for normalizing the URL. This commit removes the dependency on this package and creates a local function for normalizing the URL within the preflight package under cmd/kubeadm. Signed-off-by: gkarthiks <github.gkarthiks@gmail.com> chore: add new line at end of the file Signed-off-by: gkarthiks <github.gkarthiks@gmail.com> fix: remove unused mod from vendor modules file Signed-off-by: gkarthiks <github.gkarthiks@gmail.com>