15 lines
		
	
	
		
			495 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			495 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/inancgumus/learngo
 | |
| 
 | |
| go 1.13
 | |
| 
 | |
| require (
 | |
| 	github.com/fatih/color v1.7.0
 | |
| 	github.com/guineveresaenger/golang-rainbow v0.0.0-20171201190047-7b6c54e09b61
 | |
| 	github.com/inancgumus/prettyslice v0.0.0-20190305220808-d802ba58098f
 | |
| 	github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
 | |
| 	github.com/mattn/go-colorable v0.1.2 // indirect
 | |
| 	github.com/mattn/go-isatty v0.0.9 // indirect
 | |
| 	github.com/mattn/go-runewidth v0.0.4
 | |
| 	golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
 | |
| )
 |