diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:35:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:35:53 +0800 |
commit | 1df3884b55dc3b8d045e9322225c102b551a2a51 (patch) | |
tree | dfe7bcfec0a0935e89080d807a330e03877d8a3f /go.mod | |
parent | *.go: Reformat (diff) | |
download | forge-1df3884b55dc3b8d045e9322225c102b551a2a51.tar.gz forge-1df3884b55dc3b8d045e9322225c102b551a2a51.tar.zst forge-1df3884b55dc3b8d045e9322225c102b551a2a51.zip |
repo_commit: Don't crash on null from/to files
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/go-git/go-git/v5 v5.13.2 github.com/microcosm-cc/bluemonday v1.0.27 github.com/yuin/goldmark v1.7.8 - go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250211092902-f64ead6a659e + go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250211153243-8946fae17bd0 ) require ( |