Imports of go-indicators command

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