summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-11 08:04:03 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-08-23 00:00:14 +0200
commit369bdf22f8d0f33c2b29e202995af6a10ea1a1b7 (patch)
tree231bd803ac99b2456a9eed9becdb11f551a860c9 /go.mod
parentd1b03a093f1b5a8d4682a4e21a2b5f844de07c80 (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.11.10 to 2.12.0
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.10 to 2.12.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.11.10...v2.12.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 e4d1a3888..c82a71667 100644
--- a/go.mod
+++ b/go.mod
@@ -54,8 +54,8 @@ require (
github.com/spf13/fsync v0.9.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
- github.com/tdewolff/minify/v2 v2.11.10
- github.com/tdewolff/parse/v2 v2.6.0
+ github.com/tdewolff/minify/v2 v2.12.0
+ github.com/tdewolff/parse/v2 v2.6.1
github.com/yuin/goldmark v1.4.12
go.uber.org/atomic v1.9.0
gocloud.dev v0.24.0