diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-04 19:22:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-04 19:22:54 +0800 |
commit | b52c5e289450320f9b6e9ba4666debfced9ed2ba (patch) | |
tree | 7cfd7f2247595c9e0086ca75ad7f73583dca0b46 /go.mod | |
parent | Makefile: Compile git2d as one compilation unit (diff) | |
download | forge-b52c5e289450320f9b6e9ba4666debfced9ed2ba.tar.gz forge-b52c5e289450320f9b6e9ba4666debfced9ed2ba.tar.zst forge-b52c5e289450320f9b6e9ba4666debfced9ed2ba.zip |
Bump dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/alecthomas/chroma/v2 v2.16.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/dgraph-io/ristretto/v2 v2.2.0 github.com/dustin/go-humanize v1.0.1 github.com/emersion/go-message v0.18.2 github.com/emersion/go-smtp v0.21.3 |