aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 22:18:24 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 22:19:40 +0800
commitf11775b3d292b1b119f7198d7e565749a4b9c847 (patch)
treea06c4ed6dfef919290af32d63683266377fc5f18 /go.mod
parentUnexport some other things (diff)
downloadforge-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9e85ccb..27908c0 100644
--- a/go.mod
+++ b/go.mod
@@ -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