From 24cb35a808b039cb84e8b43b9cd4e863b7bc62f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 24 Feb 2026 16:36:01 +0800 Subject: [PATCH] .gitignore --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 605bb4b..7e21e8b 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( golang.org/x/net v0.47.0 ) -replace gitee.com/red-future---jilin-g/common => ../common +replace gitea.com/red-future/common => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect