mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Update import paths from github.com/go-gitea to code.gitea.io (#135)
- Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
This commit is contained in:
		
				
					committed by
					
						 Thibault Meyer
						Thibault Meyer
					
				
			
			
				
	
			
			
			
						parent
						
							1c0a4e166f
						
					
				
				
					commit
					4247304f5a
				
			| @@ -19,9 +19,9 @@ import ( | ||||
| 	"github.com/go-xorm/core" | ||||
| 	"github.com/go-xorm/xorm" | ||||
|  | ||||
| 	"github.com/go-gitea/gitea/modules/auth/ldap" | ||||
| 	"github.com/go-gitea/gitea/modules/auth/pam" | ||||
| 	"github.com/go-gitea/gitea/modules/log" | ||||
| 	"code.gitea.io/gitea/modules/auth/ldap" | ||||
| 	"code.gitea.io/gitea/modules/auth/pam" | ||||
| 	"code.gitea.io/gitea/modules/log" | ||||
| ) | ||||
|  | ||||
| type LoginType int | ||||
|   | ||||
		Reference in New Issue
	
	Block a user