diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 13:46:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 13:53:47 +0800 |
commit | b8564256ec8e99010f127153970c1f23228907d5 (patch) | |
tree | 82bfeecebf0ad9627546ea746a59e2ded321315f /go.mod | |
parent | reop_commit: Fix immediate newlines after <pre> (diff) | |
download | forge-b8564256ec8e99010f127153970c1f23228907d5.tar.gz forge-b8564256ec8e99010f127153970c1f23228907d5.tar.zst forge-b8564256ec8e99010f127153970c1f23228907d5.zip |
go.mod: Bump lindenii-common
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/microcosm-cc/bluemonday v1.0.27 github.com/niklasfasching/go-org v1.7.0 github.com/yuin/goldmark v1.7.8 - go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250213065845-ba04a2b9388c + go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250214054418-c72555f0b820 golang.org/x/crypto v0.33.0 ) |