mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
Change import reference to match gitea instead of gogs (#37)
This commit is contained in:
committed by
Andrey Nering
parent
507ce134fa
commit
2d68bd1ef9
@ -7,9 +7,9 @@ package admin
|
||||
import (
|
||||
api "github.com/gogits/go-gogs-client"
|
||||
|
||||
"github.com/gogits/gogs/modules/context"
|
||||
"github.com/gogits/gogs/routers/api/v1/repo"
|
||||
"github.com/gogits/gogs/routers/api/v1/user"
|
||||
"github.com/go-gitea/gitea/modules/context"
|
||||
"github.com/go-gitea/gitea/routers/api/v1/repo"
|
||||
"github.com/go-gitea/gitea/routers/api/v1/user"
|
||||
)
|
||||
|
||||
// https://github.com/gogits/go-gogs-client/wiki/Administration-Repositories#create-a-new-repository
|
||||
|
Reference in New Issue
Block a user