Fix imports found by goimports.
This commit is contained in:
parent
91b589f2f0
commit
1f44b01e2a
15 changed files with 43 additions and 67 deletions
|
@ -9,13 +9,11 @@ import (
|
|||
"path"
|
||||
|
||||
"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"
|
||||
"github.com/go-gitea/gitea/modules/setting"
|
||||
git "github.com/gogits/git-module"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue