bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/MakeNowJust/heredoc | Package heredoc provides creation of here-documents from raw strings. |
github.com/russross/blackfriday | Package blackfriday is a Markdown processor. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
k8s.io/kubernetes/pkg/util/term | |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/template | Package template implements data-driven templates for generating textual output. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |