Imports of package images

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/bep/overlayfs
github.com/gohugoio/hugo/common/hashingPackage hashing provides common hashing utilities.
github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/deps
github.com/gohugoio/hugo/resources/imagesPackage images provides template functions for manipulating images.
github.com/gohugoio/hugo/resources/resource_factories/createPackage create contains functions for to create Resource objects.
github.com/gohugoio/hugo/tpl/internal
github.com/mitchellh/mapstructurePackage mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure.
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/gifPackage gif implements a GIF image decoder and encoder.
image/jpegPackage jpeg implements a JPEG image decoder and encoder.
image/pngPackage png implements a PNG image decoder and encoder.
pathPackage path implements utility routines for manipulating slash-separated paths.
rsc.io/qrPackage qr encodes QR codes.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.