File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import (
12
12
"path"
13
13
"time"
14
14
15
- "github.com/Unknwon/cae/zip"
16
15
"code.gitea.io/gitea/models"
17
16
"code.gitea.io/gitea/modules/setting"
17
+ "github.com/Unknwon/cae/zip"
18
18
"github.com/urfave/cli"
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ import (
13
13
"strings"
14
14
"time"
15
15
16
- "github.com/Unknwon/com"
17
16
"code.gitea.io/git"
18
17
"code.gitea.io/gitea/models"
19
18
"code.gitea.io/gitea/modules/base"
20
19
"code.gitea.io/gitea/modules/httplib"
21
20
"code.gitea.io/gitea/modules/log"
22
21
"code.gitea.io/gitea/modules/setting"
22
+ "github.com/Unknwon/com"
23
23
gouuid "github.com/satori/go.uuid"
24
24
"github.com/urfave/cli"
25
25
)
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ func newMacaron() *macaron.Macaron {
184
184
}))
185
185
m .Use (toolbox .Toolboxer (m , toolbox.Options {
186
186
HealthCheckFuncs : []* toolbox.HealthCheckFuncDesc {
187
- & toolbox. HealthCheckFuncDesc {
187
+ {
188
188
Desc : "Database connection" ,
189
189
Func : models .Ping ,
190
190
},
You can’t perform that action at this time.
0 commit comments