mirror of
				https://github.com/therootcompany/golib.git
				synced 2025-10-30 20:52:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			307 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			307 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/therootcompany/golib/cmd/httplog
 | |
| 
 | |
| go 1.24.6
 | |
| 
 | |
| require (
 | |
| 	github.com/fatih/color v1.18.0
 | |
| 	github.com/therootcompany/golib/colorjson v1.0.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	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
 | |
| )
 |