bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
github.com/clbanning/mxj/v2 | Marshal/Unmarshal XML to/from map[string]interface{} values (and JSON); extract/modify values from maps by key or key-path, including wildcards. |
github.com/gohugoio/hugo/common/hreflect | Package hreflect contains reflect helpers. |
github.com/gohugoio/hugo/parser/metadecoders | |
github.com/pelletier/go-toml/v2 | |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
regexp | Package regexp implements regular expression search. |
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. |