mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix import path, fix #1782
This commit is contained in:
		@@ -5,9 +5,9 @@
 | 
			
		||||
package auth
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"github.com/Unknwon/macaron"
 | 
			
		||||
	"gopkg.in/macaron.v1"
 | 
			
		||||
 | 
			
		||||
	"github.com/macaron-contrib/binding"
 | 
			
		||||
	"github.com/go-macaron/binding"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type AdminCrateUserForm struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user