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.mod | |
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.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ require ( github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/skeema/knownhosts v1.3.1 // indirect - github.com/tdewolff/parse/v2 v2.7.22 // indirect + github.com/tdewolff/parse/v2 v2.7.21 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect golang.org/x/net v0.38.0 // indirect |