From 47b1adf9ab31b2afb6736f1856a7c2f8bb062a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 16 Mar 2026 14:09:40 +0800 Subject: [PATCH] .gitignore --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9fb9e42..9da0db6 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gogf/gf/v2 v2.9.5 ) -//replace gitea.com/red-future/common => ./common +replace gitea.com/red-future/common => ./common require ( github.com/BurntSushi/toml v1.5.0 // indirect @@ -99,5 +99,3 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace gitea.com/red-future/common => ./common