* Rewrite Friendly.table method to replace tablewriter with fmt.Fprintf
* Refactor Stylish formatter to use custom table rendering instead of tablewriter
* Refactor Friendly and Stylish formatters to utilize a new custom table rendering function
* Remove unused dependencies from go.mod and go.sum
* Refactor table formatting by replacing formatTable with a new table function in friendly.go
* Utilize text/tabwriter in fromatting a table
* Refactor table function to use bytes.Buffer for improved performance