Imports of package templates

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