mirror of
				https://github.com/fatih/color.git
				synced 2025-10-30 23:27:49 +02:00 
			
		
		
		
	Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0. - [Commits](https://github.com/golang/sys/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			161 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			161 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/fatih/color
 | |
| 
 | |
| go 1.17
 | |
| 
 | |
| require (
 | |
| 	github.com/mattn/go-colorable v0.1.13
 | |
| 	github.com/mattn/go-isatty v0.0.20
 | |
| )
 | |
| 
 | |
| require golang.org/x/sys v0.18.0
 |