mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix imports found by goimports.
This commit is contained in:
@@ -13,9 +13,6 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/Unknwon/paginater"
|
||||
|
||||
"github.com/gogits/git-module"
|
||||
|
||||
"github.com/go-gitea/gitea/models"
|
||||
"github.com/go-gitea/gitea/modules/base"
|
||||
"github.com/go-gitea/gitea/modules/context"
|
||||
@@ -24,6 +21,7 @@ import (
|
||||
"github.com/go-gitea/gitea/modules/setting"
|
||||
"github.com/go-gitea/gitea/modules/template"
|
||||
"github.com/go-gitea/gitea/modules/template/highlight"
|
||||
git "github.com/gogits/git-module"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user