CAPI is currently using the v0.0.5 version of github.com/olekukonko/tablewriter. However, there are now new v1 versions, at time of writing, v1.0.7 is the latest. There are breaking changes between the pre-v1 and v1 versions of the dependency, and some manual attention will be required to update the dependency. Dependabot PRs (https://github.com/kubernetes-sigs/cluster-api/pull/12313#issuecomment-2936380113) sadly won't be sufficient. ToDo: * Identify usage of the tablewriter dependency * Update to the latest version * Ensure updated function names/functionality are updated where used