diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 18:40:51 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 18:41:14 +0800 |
commit | 147265e10c65f80f9d1a8b9520b55dad61cb7177 (patch) | |
tree | 94f8cbb01e1017a699675fcfdc43e48af5beae3f /go.mod | |
parent | Move FirstOrPanic into this module (diff) | |
download | forge-147265e10c65f80f9d1a8b9520b55dad61cb7177.tar.gz forge-147265e10c65f80f9d1a8b9520b55dad61cb7177.tar.zst forge-147265e10c65f80f9d1a8b9520b55dad61cb7177.zip |
Switch to upstream scfg for now
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ module go.lindenii.runxiyu.org/forge go 1.24.1 require ( + codeberg.org/emersion/go-scfg v0.1.0 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9 github.com/alecthomas/chroma/v2 v2.16.0 github.com/alexedwards/argon2id v1.0.0 @@ -11,7 +12,7 @@ require ( github.com/emersion/go-message v0.18.2 github.com/emersion/go-smtp v0.21.3 github.com/gliderlabs/ssh v0.3.8 - github.com/go-git/go-git/v5 v5.14.0 // has too many deps :( + github.com/go-git/go-git/v5 v5.14.0 github.com/jackc/pgx/v5 v5.7.4 github.com/microcosm-cc/bluemonday v1.0.27 github.com/niklasfasching/go-org v1.7.0 |