mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-22 05:45:28 +02:00
reorder
This commit is contained in:
parent
4717162f02
commit
ee2c682653
@ -7,10 +7,10 @@ import (
|
||||
"net/http"
|
||||
|
||||
repo_model "gitea.dev/models/repo"
|
||||
ssh_module "gitea.dev/modules/ssh"
|
||||
"gitea.dev/modules/templates"
|
||||
shared_user "gitea.dev/routers/web/shared/user"
|
||||
"gitea.dev/services/context"
|
||||
ssh_module "gitea.dev/modules/ssh"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@ -13,12 +13,12 @@ import (
|
||||
repo_model "gitea.dev/models/repo"
|
||||
user_model "gitea.dev/models/user"
|
||||
"gitea.dev/modules/setting"
|
||||
ssh_module "gitea.dev/modules/ssh"
|
||||
"gitea.dev/modules/templates"
|
||||
"gitea.dev/modules/web"
|
||||
asymkey_service "gitea.dev/services/asymkey"
|
||||
"gitea.dev/services/context"
|
||||
"gitea.dev/services/forms"
|
||||
ssh_module "gitea.dev/modules/ssh"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user