Imports of package resources

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/BurntSushi/lockerPackage locker is a simple package to manage named ReadWrite mutexes.
github.com/disintegration/giftPackage gift provides a set of useful image processing filters.
github.com/gohugoio/hugo/bufferpool
github.com/gohugoio/hugo/cache/filecache
github.com/gohugoio/hugo/common/herrors
github.com/gohugoio/hugo/common/hexec
github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/loggers
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/common/paths
github.com/gohugoio/hugo/config
github.com/gohugoio/hugo/helpers
github.com/gohugoio/hugo/hugofs
github.com/gohugoio/hugo/hugofs/glob
github.com/gohugoio/hugo/identity
github.com/gohugoio/hugo/media
github.com/gohugoio/hugo/output
github.com/gohugoio/hugo/resources/images
github.com/gohugoio/hugo/resources/images/exif
github.com/gohugoio/hugo/resources/internal
github.com/gohugoio/hugo/resources/jsconfig
github.com/gohugoio/hugo/resources/page
github.com/gohugoio/hugo/resources/postpub
github.com/gohugoio/hugo/resources/resource
github.com/gohugoio/hugo/source
github.com/gohugoio/hugo/tpl
github.com/spf13/afero
github.com/spf13/castPackage cast provides easy and safe casting in Go.
golang.org/x/image/webpPackage webp implements a decoder for WEBP images.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
image/gifPackage gif implements a GIF image decoder and encoder.
image/pngPackage png implements a PNG image decoder and encoder.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
mimePackage mime implements parts of the MIME spec.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.