deps: Update minify to v2.5.2
authorAnthony Fok <foka@debian.org>
Wed, 9 Oct 2019 05:46:04 +0000 (23:46 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 9 Oct 2019 07:01:08 +0000 (09:01 +0200)
commitb401858ebd346c433dd69a260eba7098bded5a30
tree72d275c9cb3a74d0f7c78402a8f7bb26a44044cb
parent39ed33fcebcde91605e645fd28fd94020b442d97
deps: Update minify to v2.5.2

- v2.5.1 removes import comments, solving a build error with Go 1.13
  in GOPATH mode (used Debian packaging for example)
- v2.5.2 no longer converts polyline/rect/polygon/line to path
  as it has been reported to break a SVG referenced by CSS,
  see tdewolff/minify#260

The test case for Min SVG in TestResourceChains is updated accordingly.

Fixes pocc/tshark.dev#33
go.mod
go.sum
hugolib/resource_chain_test.go