diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:24:36 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:36:21 +0800 |
commit | ceb0f05940e7132d275e171707dafb0f38ed7f18 (patch) | |
tree | e65c5f08dfa0370e8e4116b303e52dc497dc8085 /go.sum | |
parent | ansiec: Move ansi escape codes to this module (diff) | |
download | forge-ceb0f05940e7132d275e171707dafb0f38ed7f18.tar.gz forge-ceb0f05940e7132d275e171707dafb0f38ed7f18.tar.zst forge-ceb0f05940e7132d275e171707dafb0f38ed7f18.zip |
Revert "Bump dependencies"
This reverts commit ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8.
github.com/tdewolff/parse/v2 v2.7.22 seems to have introduced a
regression (or perhaps other form of a change if not considered a
regression – using it to minify Go's HTML templates has always been a
bit of a hack) that causes templates to stop working.
References: https://github.com/tdewolff/minify/issues/807
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,8 +114,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tdewolff/minify/v2 v2.22.4 h1:0/8K2fheOuYr5B4e5oCE1hGBVX6DQHLP0EGzdsDlYeg= github.com/tdewolff/minify/v2 v2.22.4/go.mod h1:K/R8TT7aivpcU8QCNUU1UdR6etfnFPr7L11TO/X7shk= -github.com/tdewolff/parse/v2 v2.7.22 h1:ROVbrjtp5RoXi22YSZaOks5DaOcXBJ3PZO5hyyQ9Bbs= -github.com/tdewolff/parse/v2 v2.7.22/go.mod h1:I7TXO37t3aSG9SlPUBefAhgIF8nt7yYUwVGgETIoBcA= +github.com/tdewolff/parse/v2 v2.7.21 h1:OCuPFtGr4mXdnfKikQlUb0n654ROJANhBqCk+wioJ/A= +github.com/tdewolff/parse/v2 v2.7.21/go.mod h1:I7TXO37t3aSG9SlPUBefAhgIF8nt7yYUwVGgETIoBcA= github.com/tdewolff/test v1.0.11 h1:FdLbwQVHxqG16SlkGveC0JVyrJN62COWTRyUFzfbtBE= github.com/tdewolff/test v1.0.11/go.mod h1:XPuWBzvdUzhCuxWO1ojpXsyzsA5bFoS3tO/Q3kFuTG8= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= |