Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2019-10-09 08:46:04 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-10-09 10:01:08 +0300
commitb401858ebd346c433dd69a260eba7098bded5a30 (patch)
tree72d275c9cb3a74d0f7c78402a8f7bb26a44044cb /go.mod
parent39ed33fcebcde91605e645fd28fd94020b442d97 (diff)
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c075954f8..5cd2c65bc 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
- github.com/tdewolff/minify/v2 v2.3.7
+ github.com/tdewolff/minify/v2 v2.5.2
github.com/yosssi/ace v0.0.5
go.opencensus.io v0.22.0 // indirect
gocloud.dev v0.15.0