From f11775b3d292b1b119f7198d7e565749a4b9c847 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 22:18:24 +0800 Subject: Move scfg into the repo and don't error out on unknown fields --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3