17 lines
		
	
	
		
			286 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			286 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module gitea.thegux.fr/hmdeploy
 | |
| 
 | |
| go 1.23.0
 | |
| 
 | |
| toolchain go1.23.7
 | |
| 
 | |
| require (
 | |
| 	github.com/rs/zerolog v1.34.0
 | |
| 	golang.org/x/crypto v0.36.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/mattn/go-colorable v0.1.13 // indirect
 | |
| 	github.com/mattn/go-isatty v0.0.19 // indirect
 | |
| 	golang.org/x/sys v0.31.0 // indirect
 | |
| )
 | 
