Imports of package helpers

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/PuerkitoBio/purell
github.com/alecthomas/chromaPackage chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc.
github.com/alecthomas/chroma/formatters
github.com/alecthomas/chroma/formatters/html
github.com/alecthomas/chroma/lexersPackage lexers contains the registry of all lexers.
github.com/alecthomas/chroma/styles
github.com/chaseadamsio/goorgeous
github.com/gohugoio/hugo/bufferpoolPackage bufferpool provides a pool of bytes buffers.
github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/hugo
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/config
github.com/gohugoio/hugo/docshelperPackage docshelper provides some helpers for the Hugo documentation, and is of limited interest for the general Hugo user.
github.com/gohugoio/hugo/hugofsPackage hugofs provides the file systems used by Hugo.
github.com/gohugoio/hugo/hugolib/filesystemsPackage filesystems provides the fine grained file systems used by Hugo.
github.com/gohugoio/hugo/hugolib/paths
github.com/jdkato/prose/transformPackage transform implements functions to manipulate UTF-8 encoded strings.
github.com/kyokomi/emojiPackage emoji terminal output.
github.com/miekg/mmark
github.com/mitchellh/mapstructure
github.com/olekukonko/tablewriter
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/russross/blackfridayPackage blackfriday is a Markdown processor.
github.com/spf13/afero
github.com/spf13/jwalterweatherman
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
golang.org/x/text/runesPackage runes provide transforms for UTF-8 encoded text.
golang.org/x/text/transformPackage transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
golang.org/x/text/unicode/normPackage norm contains types and functions for normalizing Unicode strings.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.