diff options
Diffstat (limited to 'routes/api/v1/admin/repo.go')
-rw-r--r-- | routes/api/v1/admin/repo.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/admin/repo.go b/routes/api/v1/admin/repo.go index 7e0507bc..3d364f05 100644 --- a/routes/api/v1/admin/repo.go +++ b/routes/api/v1/admin/repo.go @@ -7,9 +7,9 @@ package admin import ( api "github.com/gogs/go-gogs-client" - "github.com/gogs/gogs/pkg/context" - "github.com/gogs/gogs/routes/api/v1/repo" - "github.com/gogs/gogs/routes/api/v1/user" + "gogs.io/gogs/pkg/context" + "gogs.io/gogs/routes/api/v1/repo" + "gogs.io/gogs/routes/api/v1/user" ) func CreateRepo(c *context.APIContext, form api.CreateRepoOption) { |