aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 19:24:36 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 19:36:21 +0800
commitceb0f05940e7132d275e171707dafb0f38ed7f18 (patch)
treee65c5f08dfa0370e8e4116b303e52dc497dc8085 /go.mod
parentansiec: Move ansi escape codes to this module (diff)
downloadforge-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 246dede..9e85ccb 100644
--- a/go.mod
+++ b/go.mod
@@ -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