aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/feed/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/feed/file.go')
-rw-r--r--routers/web/feed/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/feed/file.go b/routers/web/feed/file.go
index 56a9c54ddc..1ab768ff27 100644
--- a/routers/web/feed/file.go
+++ b/routers/web/feed/file.go
@@ -9,9 +9,9 @@ import (
"time"
"code.gitea.io/gitea/models/repo"
- "code.gitea.io/gitea/modules/context"
"code.gitea.io/gitea/modules/git"
"code.gitea.io/gitea/modules/util"
+ "code.gitea.io/gitea/services/context"
"github.com/gorilla/feeds"
)