summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-29 09:15:38 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-29 11:36:23 +0100
commitf4df7b88b3b78df44ed395c021b911ca03cd2733 (patch)
tree43c356b9db2c4d7012cb1dce93e61fa91b686cdc /go.mod
parent3d9bd404eec82d0ca2aadaba1d3959b0d6271ed1 (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.12.9 to 2.20.0
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.9 to 2.20.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.12.9...v2.20.0) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 24ea45c32..2fa468300 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.12.9
- github.com/tdewolff/parse/v2 v2.6.8
+ github.com/tdewolff/minify/v2 v2.20.0
+ github.com/tdewolff/parse/v2 v2.7.0
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/atomic v1.11.0