|
@@ -31,24 +31,24 @@ import (
|
|
"gopkg.in/macaron.v1"
|
|
"gopkg.in/macaron.v1"
|
|
log "unknwon.dev/clog/v2"
|
|
log "unknwon.dev/clog/v2"
|
|
|
|
|
|
- embedConf "gogs.io/gogs/conf"
|
|
|
|
- "gogs.io/gogs/internal/app"
|
|
|
|
- "gogs.io/gogs/internal/conf"
|
|
|
|
- "gogs.io/gogs/internal/context"
|
|
|
|
- "gogs.io/gogs/internal/database"
|
|
|
|
- "gogs.io/gogs/internal/form"
|
|
|
|
- "gogs.io/gogs/internal/osutil"
|
|
|
|
- "gogs.io/gogs/internal/route"
|
|
|
|
- "gogs.io/gogs/internal/route/admin"
|
|
|
|
- apiv1 "gogs.io/gogs/internal/route/api/v1"
|
|
|
|
- "gogs.io/gogs/internal/route/dev"
|
|
|
|
- "gogs.io/gogs/internal/route/lfs"
|
|
|
|
- "gogs.io/gogs/internal/route/org"
|
|
|
|
- "gogs.io/gogs/internal/route/repo"
|
|
|
|
- "gogs.io/gogs/internal/route/user"
|
|
|
|
- "gogs.io/gogs/internal/template"
|
|
|
|
- "gogs.io/gogs/public"
|
|
|
|
- "gogs.io/gogs/templates"
|
|
|
|
|
|
+ embedConf "github.com/SongZihuan/huan-gogs/conf"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/app"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/conf"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/context"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/database"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/form"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/osutil"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route/admin"
|
|
|
|
+ apiv1 "github.com/SongZihuan/huan-gogs/internal/route/api/v1"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route/dev"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route/lfs"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route/org"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route/repo"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/route/user"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/internal/template"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/public"
|
|
|
|
+ "github.com/SongZihuan/huan-gogs/templates"
|
|
)
|
|
)
|
|
|
|
|
|
var Web = cli.Command{
|
|
var Web = cli.Command{
|