bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/md5 | Package md5 implements the MD5 hash algorithm as defined in RFC 1321. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
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/PuerkitoBio/purell | |
github.com/kyokomi/emoji | Package emoji terminal output. |
github.com/miekg/mmark | |
github.com/mitchellh/mapstructure | |
github.com/russross/blackfriday | Package blackfriday is a Markdown processor. |
github.com/spf13/afero | |
github.com/spf13/cast | Package cast provides easy and safe casting in Go. |
github.com/spf13/hugo/bufferpool | |
github.com/spf13/hugo/hugofs | |
github.com/spf13/jwalterweatherman | |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
github.com/spf13/viper | |
golang.org/x/text/transform | Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. |
golang.org/x/text/unicode/norm | Package norm contains types and functions for normalizing Unicode strings. |
html | Package html provides functions for escaping and unescaping HTML text. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |