bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Masterminds/sprig/v3 | Package sprig provides template functions for Go. |
github.com/armon/go-radix | |
github.com/bgentry/speakeasy | |
github.com/fatih/color | Package color is an ANSI color package to output colorized or SGR defined output to the standard output. |
github.com/mattn/go-isatty | Package isatty implements interface to isatty |
github.com/posener/complete | Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. |
github.com/posener/complete/cmd/install | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
text/template | Package template implements data-driven templates for generating textual output. |