mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix imports found by goimports.
This commit is contained in:
		
							
								
								
									
										30
									
								
								cmd/web.go
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								cmd/web.go
									
									
									
									
									
								
							@@ -15,23 +15,6 @@ import (
 | 
			
		||||
	"path"
 | 
			
		||||
	"strings"
 | 
			
		||||
 | 
			
		||||
	"github.com/go-macaron/binding"
 | 
			
		||||
	"github.com/go-macaron/cache"
 | 
			
		||||
	"github.com/go-macaron/captcha"
 | 
			
		||||
	"github.com/go-macaron/csrf"
 | 
			
		||||
	"github.com/go-macaron/gzip"
 | 
			
		||||
	"github.com/go-macaron/i18n"
 | 
			
		||||
	"github.com/go-macaron/session"
 | 
			
		||||
	"github.com/go-macaron/toolbox"
 | 
			
		||||
	"github.com/go-xorm/xorm"
 | 
			
		||||
	"github.com/mcuadros/go-version"
 | 
			
		||||
	"github.com/urfave/cli"
 | 
			
		||||
	"gopkg.in/ini.v1"
 | 
			
		||||
	"gopkg.in/macaron.v1"
 | 
			
		||||
 | 
			
		||||
	"github.com/gogits/git-module"
 | 
			
		||||
	"github.com/gogits/go-gogs-client"
 | 
			
		||||
 | 
			
		||||
	"github.com/go-gitea/gitea/models"
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/auth"
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/bindata"
 | 
			
		||||
@@ -46,6 +29,19 @@ import (
 | 
			
		||||
	"github.com/go-gitea/gitea/routers/org"
 | 
			
		||||
	"github.com/go-gitea/gitea/routers/repo"
 | 
			
		||||
	"github.com/go-gitea/gitea/routers/user"
 | 
			
		||||
	"github.com/go-macaron/binding"
 | 
			
		||||
	"github.com/go-macaron/cache"
 | 
			
		||||
	"github.com/go-macaron/captcha"
 | 
			
		||||
	"github.com/go-macaron/csrf"
 | 
			
		||||
	"github.com/go-macaron/gzip"
 | 
			
		||||
	"github.com/go-macaron/i18n"
 | 
			
		||||
	"github.com/go-macaron/session"
 | 
			
		||||
	"github.com/go-macaron/toolbox"
 | 
			
		||||
	"github.com/go-xorm/xorm"
 | 
			
		||||
	git "github.com/gogits/git-module"
 | 
			
		||||
	"github.com/urfave/cli"
 | 
			
		||||
	ini "gopkg.in/ini.v1"
 | 
			
		||||
	macaron "gopkg.in/macaron.v1"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// CmdWeb represents the available web sub-command.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user