summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJames Tatum <jtatum@gmail.com>2024-01-11 13:30:42 -0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-25 19:33:14 +0100
commit8915343075e1de2d175cbd5de467ab212da5a5b9 (patch)
treedee15e573dbaecde57f2ded834fcc89b90b5a935 /go.mod
parenta541e3b4d48cac704185a644539d3501ff183b19 (diff)
deps: Update github.com/tdewolff/minify/v2 v2.20.9 => v2.20.13
KeepConditionalComments was deprecated in the upstream library and replaced with KeepSpecialComments. This new option reflects that both conditional comments and Server Side Include comments can be optionally stripped by the minifier. As with KeepConditionalComments, the minifier is configured not to strip them by default.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 5a7af842b..2e9aa0187 100644
--- a/go.mod
+++ b/go.mod
@@ -61,8 +61,8 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/fsync v0.9.0
github.com/spf13/pflag v1.0.5
- github.com/tdewolff/minify/v2 v2.20.9
- github.com/tdewolff/parse/v2 v2.7.6
+ github.com/tdewolff/minify/v2 v2.20.13
+ github.com/tdewolff/parse/v2 v2.7.8
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/atomic v1.11.0
@@ -143,7 +143,7 @@ require (
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
- golang.org/x/sys v0.15.0 // indirect
+ golang.org/x/sys v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect