www/gohugo: update to 0.143.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.143.0
Bug fixes
- Fix some server/watch rebuild issues
- Fix "concurrent map iteration and map write" in pages from data
- Fix TailwindCSS related server rebuild issue
- Fix some server rebuild issues for non-HTML custom output formats
- Fix cascade with overlapping sections
- markup/goldmark: Fix typo in func comment
Improvements
- Don't re-render aliases on server rebuilds
- tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode
- resources: Remove debug statement
- markup/goldmark: Trim space from blockquote render hook text
- parser/pageparser: Don't allow parameters after closing tag in shortcodes
- tpl/tplimpl: Improve shortcode test coverage
- tpl/tplimpl: Deprecate gist shortcode
- resources: Remove conditional used for debugging
- resources: Add responseHeaders option to resources.GetRemote
- tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x
- Make cascade front matter order deterministic
- tpl/tplimpl: Deprecate comment shortcode