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/gohugoio/go-i18n/v2/i18n | |
github.com/gohugoio/hugo/common/herrors | Package herrors contains common Hugo errors and error related utilities. |
github.com/gohugoio/hugo/common/hreflect | Package hreflect contains reflect helpers. |
github.com/gohugoio/hugo/common/loggers | package loggers contains some basic logging setup. |
github.com/gohugoio/hugo/common/paths | |
github.com/gohugoio/hugo/config | |
github.com/gohugoio/hugo/deps | |
github.com/gohugoio/hugo/helpers | Package helpers implements general utility functions that work with and on content. |
github.com/gohugoio/hugo/hugofs | Package hugofs provides the file systems used by Hugo. |
github.com/gohugoio/hugo/source | Package source contains the types and functions related to source files. |
github.com/pelletier/go-toml/v2 | Package toml is a library to read and write TOML documents. |
github.com/spf13/cast | Package cast provides easy and safe casting in Go. |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |