20 lines
		
	
	
		
			459 B
		
	
	
	
		
			Modula-2
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			459 B
		
	
	
	
		
			Modula-2
		
	
	
	
module src.lwithers.me.uk/go/rsa
 | 
						|
 | 
						|
go 1.22
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/logrusorgru/aurora/v4 v4.0.0
 | 
						|
	github.com/mattn/go-isatty v0.0.20
 | 
						|
	github.com/spf13/cobra v1.8.0
 | 
						|
	gopkg.in/yaml.v3 v3.0.1
 | 
						|
	src.lwithers.me.uk/go/rsa/pkg v1.0.2
 | 
						|
	src.lwithers.me.uk/go/stdinprompt v1.0.0
 | 
						|
	src.lwithers.me.uk/go/writefile v1.0.1
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/inconshreveable/mousetrap v1.1.0 // indirect
 | 
						|
	github.com/spf13/pflag v1.0.5 // indirect
 | 
						|
	golang.org/x/sys v0.19.0 // indirect
 | 
						|
)
 |