aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-25 08:54:26 +0000
committerBjørn Erik Pedersen <[email protected]>2024-04-25 11:44:14 +0200
commitfb084390cd8f2f62220489b8f1692863f57b25b6 (patch)
tree20f344caccffa5b7e8aec3e824a1fb75747d00e0 /go.mod
parentfb51b698b3aad83c23328887b20e7ceb6ae75244 (diff)
downloadhugo-fb084390cd8f2f62220489b8f1692863f57b25b6.tar.gz
hugo-fb084390cd8f2f62220489b8f1692863f57b25b6.zip
build(deps): bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.19 to 2.20.20. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.19...v2.20.20) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 8ceef263a..808b63c74 100644
--- a/go.mod
+++ b/go.mod
@@ -64,8 +64,8 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/fsync v0.10.1
github.com/spf13/pflag v1.0.5
- github.com/tdewolff/minify/v2 v2.20.19
- github.com/tdewolff/parse/v2 v2.7.12
+ github.com/tdewolff/minify/v2 v2.20.20
+ github.com/tdewolff/parse/v2 v2.7.13
github.com/yuin/goldmark v1.7.1
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/automaxprocs v1.5.3