diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-02 02:30:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-02 02:30:35 +0800 |
commit | 821151baeceb598d0ffd650e3332d57b6c1af794 (patch) | |
tree | 34851585fa706e3371324117e82a04101402e975 /go.mod | |
parent | LMTP: Add an SMTP request context (diff) | |
download | forge-broken.tar.gz forge-broken.tar.zst forge-broken.zip |
BROKENbroken
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ go 1.24.1 require ( github.com/alecthomas/chroma/v2 v2.15.0 github.com/alexedwards/argon2id v1.0.0 + github.com/bluekeyes/go-gitdiff v0.8.1 github.com/dgraph-io/ristretto/v2 v2.1.0 github.com/dustin/go-humanize v1.0.1 github.com/gliderlabs/ssh v0.3.8 |