summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 08:53:19 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-11-01 10:32:33 +0100
commit4914b7f18c5007df8e74fe204e27114fc70812c8 (patch)
tree7660d0c3f99ba2d6bd1f1de575915b91c01a0c08 /go.mod
parent9e06fd3394099aa7efb89594226fe8e7d1a2923e (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.20.1 to 2.20.5
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.1 to 2.20.5. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.1...v2.20.5) --- 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 2d28096e1..0cd899789 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.1
- github.com/tdewolff/parse/v2 v2.7.1
+ github.com/tdewolff/minify/v2 v2.20.5
+ github.com/tdewolff/parse/v2 v2.7.3-0.20231031132452-e7c20a5d77ab
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
go.uber.org/atomic v1.11.0