aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 18:40:51 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 18:41:14 +0800
commit147265e10c65f80f9d1a8b9520b55dad61cb7177 (patch)
tree94f8cbb01e1017a699675fcfdc43e48af5beae3f /config.go
parentMove FirstOrPanic into this module (diff)
downloadforge-147265e10c65f80f9d1a8b9520b55dad61cb7177.tar.gz
forge-147265e10c65f80f9d1a8b9520b55dad61cb7177.tar.zst
forge-147265e10c65f80f9d1a8b9520b55dad61cb7177.zip
Switch to upstream scfg for now
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index f0dcad5..6220d6f 100644
--- a/config.go
+++ b/config.go
@@ -9,8 +9,8 @@ import (
"errors"
"os"
+ "codeberg.org/emersion/go-scfg"
"github.com/jackc/pgx/v5/pgxpool"
- "go.lindenii.runxiyu.org/lindenii-common/scfg"
)
// config holds the global configuration used by this instance. There is