mirror of
				https://github.com/therootcompany/golib.git
				synced 2025-10-31 13:12:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			404 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			404 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/therootcompany/golib/3p/colorjson/benchmarks
 | |
| 
 | |
| go 1.18.0
 | |
| 
 | |
| require (
 | |
| 	github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
 | |
| 	github.com/therootcompany/golib/3p/colorjson v1.0.1
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/fatih/color v1.18.0 // indirect
 | |
| 	github.com/mattn/go-colorable v0.1.13 // indirect
 | |
| 	github.com/mattn/go-isatty v0.0.20 // indirect
 | |
| 	golang.org/x/sys v0.25.0 // indirect
 | |
| )
 |