Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-15 11:05:23 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-06-15 13:11:23 +0300
commit7a9ce0eca56dd6a0c06529bdba6a6a38344b22b1 (patch)
treee831811bc9c8e92cd611517b70f9223797d98f4e /go.mod
parentf2ba0cc8c56eb978f8b3ae924bcc57e69933801f (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.11.5 to 2.11.10
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.5 to 2.11.10. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.11.5...v2.11.10) --- 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 c67035df0..8bb95b1c2 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.5
- github.com/tdewolff/parse/v2 v2.5.31
+ github.com/tdewolff/minify/v2 v2.11.10
+ github.com/tdewolff/parse/v2 v2.6.0
github.com/yuin/goldmark v1.4.12
go.uber.org/atomic v1.9.0
gocloud.dev v0.24.0