mirror of
				https://github.com/Jguer/yay.git
				synced 2025-11-04 00:03:44 -05:00 
			
		
		
		
	* Don't trust that the user doesn't have a "test" binary in their PATH somewhere, and instead use the official golang library to determine whether or not we're running in a terminal
		
			
				
	
	
		
			12 lines
		
	
	
		
			348 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			348 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/Jguer/yay/v9
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/Jguer/go-alpm v0.0.0-20191122171459-5cffc6e8fc69
 | 
						|
	github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
 | 
						|
	github.com/Morganamilo/go-srcinfo v1.0.0
 | 
						|
	github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
 | 
						|
	golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
 | 
						|
)
 | 
						|
 | 
						|
go 1.13
 |