From 147265e10c65f80f9d1a8b9520b55dad61cb7177 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 18:40:51 +0800 Subject: Switch to upstream scfg for now --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.go') 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 -- cgit v1.2.3