diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 23:48:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 23:48:50 +0800 |
commit | 8390c2d82695f4e15a9d1ba2ae3b0f1ee65d8dbc (patch) | |
tree | 66faf07a4bfb974346c6e7d2aea363caac1e7009 /go.mod | |
parent | Update go.mod (diff) | |
download | forge-8390c2d82695f4e15a9d1ba2ae3b0f1ee65d8dbc.tar.gz forge-8390c2d82695f4e15a9d1ba2ae3b0f1ee65d8dbc.tar.zst forge-8390c2d82695f4e15a9d1ba2ae3b0f1ee65d8dbc.zip |
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ go 1.24.1 require ( git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9 - github.com/alecthomas/chroma/v2 v2.15.0 + 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 @@ -33,7 +33,7 @@ require ( 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 - github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect + github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect |