aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/collaborators.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/repo/collaborators.go')
-rw-r--r--routers/api/v1/repo/collaborators.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/repo/collaborators.go b/routers/api/v1/repo/collaborators.go
index e14875cbec..cfb2118905 100644
--- a/routers/api/v1/repo/collaborators.go
+++ b/routers/api/v1/repo/collaborators.go
@@ -7,8 +7,8 @@ package repo
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 AddCollaborator(ctx *context.APIContext, form api.AddCollaboratorOption) {