aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-09-19 03:27:16 +0000
committerGravatar Frédéric Guillot <f@miniflux.net> 2023-09-18 21:05:30 -0700
commit736d32c392eaa61bcb61677f67cad4cdb5386e1d (patch)
tree4d7b6e2dc4c4bcd2856093477b9649211268b677 /go.mod
parentadd2f8ac80f558d73f462adedffdbd707d6b40cd (diff)
downloadv2-736d32c392eaa61bcb61677f67cad4cdb5386e1d.tar.gz
v2-736d32c392eaa61bcb61677f67cad4cdb5386e1d.tar.zst
v2-736d32c392eaa61bcb61677f67cad4cdb5386e1d.zip
Bump github.com/tdewolff/minify/v2 from 2.12.8 to 2.12.9
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.8 to 2.12.9. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.12.8...v2.12.9) --- 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 7fe49730..0a61e078 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/mccutchen/go-httpbin/v2 v2.11.0
github.com/prometheus/client_golang v1.16.0
github.com/rylans/getlang v0.0.0-20201227074721-9e7f44ff8aa0
- github.com/tdewolff/minify/v2 v2.12.8
+ github.com/tdewolff/minify/v2 v2.12.9
github.com/yuin/goldmark v1.5.6
golang.org/x/crypto v0.13.0
golang.org/x/net v0.15.0
@@ -29,7 +29,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
- github.com/tdewolff/parse/v2 v2.6.7 // indirect
+ github.com/tdewolff/parse/v2 v2.6.8 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect