From 599e5d56beaef61f2761ceb4921cd7d89a42c3a3 Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Sun, 29 Jan 2023 16:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/api/v1/tech/tech.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/tech/tech.go b/routers/api/v1/tech/tech.go index 16f2e208b..b2ae82f9f 100644 --- a/routers/api/v1/tech/tech.go +++ b/routers/api/v1/tech/tech.go @@ -5,7 +5,7 @@ import ( "strconv" "strings" - "github.com/lunny/log" + "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/models" "code.gitea.io/gitea/modules/context"