summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-25 08:04:52 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-27 14:04:08 +0100
commite1f696911ebbf870f9b6b814421dc880945a6b9a (patch)
tree52257478a383b50c1a2ff569f648e3294f714c18 /go.mod
parent5f65c17a12213cedbc8cf1348bbf0d98335e4cfb (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.9.29 to 2.10.0
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.29 to 2.10.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.29...v2.10.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 63cb10d82..bc701a70e 100644
--- a/go.mod
+++ b/go.mod
@@ -57,7 +57,7 @@ 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.9.29
+ github.com/tdewolff/minify/v2 v2.10.0
github.com/yuin/goldmark v1.4.7
go.uber.org/atomic v1.9.0
gocloud.dev v0.20.0