summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/follower.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/user/follower.go')
-rw-r--r--routers/api/v1/user/follower.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/user/follower.go b/routers/api/v1/user/follower.go
index 58a162444b..0f0e7fcec3 100644
--- a/routers/api/v1/user/follower.go
+++ b/routers/api/v1/user/follower.go
@@ -7,8 +7,8 @@ package user
import (
api "github.com/gogits/go-gogs-client"
- "github.com/gogits/gogs/models"
- "github.com/gogits/gogs/modules/context"
+ "github.com/go-gitea/gitea/models"
+ "github.com/go-gitea/gitea/modules/context"
)
func responseApiUsers(ctx *context.APIContext, users []*models.User) {