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"