mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	* Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
		
			
				
	
	
		
			6 lines
		
	
	
		
			87 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			87 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
// +build appengine
 | 
						|
 | 
						|
package fwd
 | 
						|
 | 
						|
func unsafestr(s string) []byte { return []byte(s) }
 |