diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-11-23 14:29:58 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-11-23 15:11:09 +0100 |
commit | aa3dd197f794236ded6393dbb91db91fee288c26 (patch) | |
tree | fa7b1ba33143327dd23d05b546322826976be70d /go.mod | |
parent | 5a50eee9da934c01e56e3df4c0c425878bc1caff (diff) | |
download | hugo-aa3dd197f794236ded6393dbb91db91fee288c26.tar.gz hugo-aa3dd197f794236ded6393dbb91db91fee288c26.zip |
Revert "build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1"
This reverts commit 7a2f04ee8c3de43f9cc8e0a71fca838125878f8c.
Closes #13082
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,8 +67,8 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/fsync v0.10.1 github.com/spf13/pflag v1.0.5 - github.com/tdewolff/minify/v2 v2.21.1 - github.com/tdewolff/parse/v2 v2.7.18 + github.com/tdewolff/minify/v2 v2.20.37 + github.com/tdewolff/parse/v2 v2.7.15 github.com/tetratelabs/wazero v1.8.1 github.com/yuin/goldmark v1.7.8 github.com/yuin/goldmark-emoji v1.0.4 |