summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2023-10-30 08:12:52 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-30 17:41:33 +0100
commit2bedcf3d182426b7193fb78140e2f6619f718029 (patch)
treecee984208f8794507e898b2146292e7cec5edcb6 /go.mod
parent935999e2fa62db5db5f0c68c8a0783248de847db (diff)
deps: Update github.com/tdewolff/minify/v2 v2.20.0 => v2.20.1
Fixes #11633
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index bb459bf1d..2d28096e1 100644
--- a/go.mod
+++ b/go.mod
@@ -61,8 +61,8 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/fsync v0.9.0
github.com/spf13/pflag v1.0.5
- github.com/tdewolff/minify/v2 v2.20.0
- github.com/tdewolff/parse/v2 v2.7.0
+ github.com/tdewolff/minify/v2 v2.20.1
+ github.com/tdewolff/parse/v2 v2.7.1
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/atomic v1.11.0