diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 22:18:24 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 22:19:40 +0800 |
commit | f11775b3d292b1b119f7198d7e565749a4b9c847 (patch) | |
tree | a06c4ed6dfef919290af32d63683266377fc5f18 /go.mod | |
parent | Unexport some other things (diff) | |
download | forge-f11775b3d292b1b119f7198d7e565749a4b9c847.tar.gz forge-f11775b3d292b1b119f7198d7e565749a4b9c847.tar.zst forge-f11775b3d292b1b119f7198d7e565749a4b9c847.zip |
Move scfg into the repo and don't error out on unknown fields
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,11 +3,11 @@ 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 github.com/bluekeyes/go-gitdiff v0.8.1 + github.com/davecgh/go-spew v1.1.1 github.com/dustin/go-humanize v1.0.1 github.com/emersion/go-message v0.18.2 github.com/emersion/go-smtp v0.21.3 |