summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-17 08:13:56 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-11-22 18:56:02 +0100
commitd528bbd6d0e63bb366ea8a3e95042f771c17817a (patch)
tree224c2ea5e9f908bbf9e90e771ac1e45f5fd6e2a9 /go.mod
parentaf7f6c8b3efbf3f430e660fe7ab9a00e3bc709c3 (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.20.5 to 2.20.7
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.5 to 2.20.7. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.5...v2.20.7) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 549bd6364..af1a34b02 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.5
- github.com/tdewolff/parse/v2 v2.7.3
+ github.com/tdewolff/minify/v2 v2.20.7
+ github.com/tdewolff/parse/v2 v2.7.5
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/atomic v1.11.0