fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
git.sr.ht/~poldi1405/go-indicators/progress | Package progress allows to easily create a progressbar by simply providing the total and the completed parts. |
git.sr.ht/~poldi1405/go-indicators/spinner | Package spinner allows creating and using spinners that indicate that a process is working in the background. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |