mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	Fix import path
This commit is contained in:
		
							parent
							
								
									fc7959d3bc
								
							
						
					
					
						commit
						1f1abb17e2
					
				| @ -7,7 +7,7 @@ | ||||
| package setting | ||||
| 
 | ||||
| import ( | ||||
| 	_ "github.com/macaron-contrib/cache/memcache" | ||||
| 	_ "github.com/go-macaron/cache/memcache" | ||||
| ) | ||||
| 
 | ||||
| func init() { | ||||
|  | ||||
| @ -7,8 +7,8 @@ | ||||
| package setting | ||||
| 
 | ||||
| import ( | ||||
| 	_ "github.com/macaron-contrib/cache/redis" | ||||
| 	_ "github.com/macaron-contrib/session/redis" | ||||
| 	_ "github.com/go-macaron/cache/redis" | ||||
| 	_ "github.com/go-macaron/session/redis" | ||||
| ) | ||||
| 
 | ||||
| func init() { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user