bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/csv | Package csv reads and writes comma-separated values (CSV) files. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/herrors | Package herrors contains common Hugo errors and error related utilities. |
github.com/gohugoio/hugo/common/maps | |
github.com/niklasfasching/go-org/org | Package org is an Org mode syntax processor. |
github.com/pelletier/go-toml/v2 | Package toml is a library to read and write TOML documents. |
github.com/spf13/afero | |
github.com/spf13/cast | Package cast provides easy and safe casting in Go. |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
log | Package log implements a simple logging package. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |