mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00: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 { | ||||
|   | ||||
| @@ -7,8 +7,8 @@ package apiv1 | ||||
| import ( | ||||
| 	"reflect" | ||||
|  | ||||
| 	"github.com/Unknwon/macaron" | ||||
| 	"github.com/macaron-contrib/binding" | ||||
| 	"github.com/go-macaron/binding" | ||||
| 	"gopkg.in/macaron.v1" | ||||
|  | ||||
| 	"github.com/gogits/gogs/modules/auth" | ||||
| ) | ||||
|   | ||||
| @@ -10,9 +10,9 @@ import ( | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/Unknwon/com" | ||||
| 	"github.com/Unknwon/macaron" | ||||
| 	"github.com/macaron-contrib/binding" | ||||
| 	"github.com/macaron-contrib/session" | ||||
| 	"github.com/go-macaron/binding" | ||||
| 	"github.com/go-macaron/session" | ||||
| 	"gopkg.in/macaron.v1" | ||||
|  | ||||
| 	"github.com/gogits/gogs/models" | ||||
| 	"github.com/gogits/gogs/modules/base" | ||||
|   | ||||
| @@ -5,8 +5,8 @@ | ||||
| package auth | ||||
|  | ||||
| import ( | ||||
| 	"github.com/Unknwon/macaron" | ||||
| 	"github.com/macaron-contrib/binding" | ||||
| 	"github.com/go-macaron/binding" | ||||
| 	"gopkg.in/macaron.v1" | ||||
| ) | ||||
|  | ||||
| type AuthenticationForm struct { | ||||
|   | ||||
| @@ -5,8 +5,8 @@ | ||||
| package auth | ||||
|  | ||||
| import ( | ||||
| 	"github.com/Unknwon/macaron" | ||||
| 	"github.com/macaron-contrib/binding" | ||||
| 	"github.com/go-macaron/binding" | ||||
| 	"gopkg.in/macaron.v1" | ||||
| ) | ||||
|  | ||||
| // ________                            .__                __  .__ | ||||
|   | ||||
| @@ -5,8 +5,8 @@ | ||||
| package auth | ||||
|  | ||||
| import ( | ||||
| 	"github.com/Unknwon/macaron" | ||||
| 	"github.com/macaron-contrib/binding" | ||||
| 	"github.com/go-macaron/binding" | ||||
| 	"gopkg.in/macaron.v1" | ||||
| ) | ||||
|  | ||||
| // _______________________________________    _________.______________________ _______________.___. | ||||
|   | ||||
| @@ -7,8 +7,8 @@ package auth | ||||
| import ( | ||||
| 	"mime/multipart" | ||||
|  | ||||
| 	"github.com/Unknwon/macaron" | ||||
| 	"github.com/macaron-contrib/binding" | ||||
| 	"github.com/go-macaron/binding" | ||||
| 	"gopkg.in/macaron.v1" | ||||
| ) | ||||
|  | ||||
| type InstallForm struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user