Imports of package modules

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/bep/debouncePackage debounce provides a debouncer func.
github.com/gobwas/glob
github.com/gohugoio/hugo/common/collectionsPackage collections contains common Hugo functionality related to collection handling.
github.com/gohugoio/hugo/common/hexec
github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/hugo
github.com/gohugoio/hugo/common/loggerspackage loggers contains some basic logging setup.
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/config
github.com/gohugoio/hugo/hugofsPackage hugofs provides the file systems used by Hugo.
github.com/gohugoio/hugo/hugofs/files
github.com/gohugoio/hugo/hugofs/glob
github.com/gohugoio/hugo/langsPackage langs contains the language related types and function.
github.com/gohugoio/hugo/parser/metadecoders
github.com/mitchellh/mapstructure
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/rogpeppe/go-internal/modulePackage module is a thin forwarding layer on top of golang.org/x/mod/module.
github.com/spf13/afero
github.com/spf13/castPackage cast provides easy and safe casting in Go.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.