mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	Bump github.com/gogo/googleapis to v1.3.2 Bump github.com/docker/cli to master Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// +build js nacl plan9
 | 
						|
 | 
						|
package logrus
 | 
						|
 | 
						|
import (
 | 
						|
	"io"
 | 
						|
)
 | 
						|
 | 
						|
func checkIfTerminal(w io.Writer) bool {
 | 
						|
	return false
 | 
						|
}
 |