aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/git_hook.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/repo/git_hook.go')
-rw-r--r--routers/api/v1/repo/git_hook.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/git_hook.go b/routers/api/v1/repo/git_hook.go
index 7e471e263b..26ae84d08d 100644
--- a/routers/api/v1/repo/git_hook.go
+++ b/routers/api/v1/repo/git_hook.go
@@ -6,10 +6,10 @@ package repo
import (
"net/http"
- "code.gitea.io/gitea/modules/context"
"code.gitea.io/gitea/modules/git"
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/modules/web"
+ "code.gitea.io/gitea/services/context"
"code.gitea.io/gitea/services/convert"
)