diff options
Diffstat (limited to 'routes/api/v1/repo/collaborators.go')
-rw-r--r-- | routes/api/v1/repo/collaborators.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/repo/collaborators.go b/routes/api/v1/repo/collaborators.go index 728b6d40..7dac975b 100644 --- a/routes/api/v1/repo/collaborators.go +++ b/routes/api/v1/repo/collaborators.go @@ -7,9 +7,9 @@ package repo import ( api "github.com/gogs/go-gogs-client" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/models/errors" - "github.com/gogs/gogs/pkg/context" + "gogs.io/gogs/models" + "gogs.io/gogs/models/errors" + "gogs.io/gogs/pkg/context" ) func ListCollaborators(c *context.APIContext) { |