Imports of package minifiers

PathSynopsis
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/config
github.com/gohugoio/hugo/mediaPackage media contains Media Type (MIME type) related types and functions.
github.com/gohugoio/hugo/outputPackage output contains Output Format types and functions.
github.com/gohugoio/hugo/transform
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/castPackage cast provides easy and safe casting in Go.
github.com/tdewolff/minify/v2
github.com/tdewolff/minify/v2/css
github.com/tdewolff/minify/v2/html
github.com/tdewolff/minify/v2/js
github.com/tdewolff/minify/v2/json
github.com/tdewolff/minify/v2/svg
github.com/tdewolff/minify/v2/xml
ioPackage io provides basic interfaces to I/O primitives.
regexpPackage regexp implements regular expression search.