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 /config.go | |
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 'config.go')
-rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |