diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-22 21:46:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-22 21:46:35 +0800 |
commit | 0ac3980125917a3800e92dd6a49a386947fe7fcb (patch) | |
tree | 09cdc1a50fc38af627b689c16c41976aadaf574c /go.mod | |
parent | Support X-Forwarded-For for reverse proxies (diff) | |
download | forge-0ac3980125917a3800e92dd6a49a386947fe7fcb.tar.gz forge-0ac3980125917a3800e92dd6a49a386947fe7fcb.tar.zst forge-0ac3980125917a3800e92dd6a49a386947fe7fcb.zip |
Cache tree-building
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 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/dgraph-io/ristretto/v2 v2.1.0 github.com/dustin/go-humanize v1.0.1 github.com/gliderlabs/ssh v0.3.8 github.com/go-git/go-git/v5 v5.14.0 @@ -24,6 +25,7 @@ require ( github.com/ProtonMail/go-crypto v1.1.6 // indirect github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect github.com/aymerick/douceur v0.2.0 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cloudflare/circl v1.6.0 // indirect github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/dlclark/regexp2 v1.11.5 // indirect @@ -38,6 +40,7 @@ require ( github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/pjbgf/sha1cd v0.3.2 // indirect + github.com/pkg/errors v0.9.1 // 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.21 // indirect |