2023-03-01 21:30:16 +00:00
|
|
|
module src.lwithers.me.uk/go/rsa
|
|
|
|
|
2024-04-23 16:28:34 +01:00
|
|
|
go 1.22
|
2023-03-01 21:30:16 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/logrusorgru/aurora/v4 v4.0.0
|
2024-04-23 16:28:34 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
|
|
|
github.com/spf13/cobra v1.8.0
|
2023-04-29 10:59:15 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-04-23 16:28:34 +01:00
|
|
|
src.lwithers.me.uk/go/rsa/pkg v1.0.2
|
2023-04-29 10:59:15 +01:00
|
|
|
src.lwithers.me.uk/go/stdinprompt v1.0.0
|
2024-04-23 16:28:34 +01:00
|
|
|
src.lwithers.me.uk/go/writefile v1.0.1
|
2023-03-01 21:30:16 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-23 16:28:34 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-03-01 21:30:16 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-04-23 16:28:34 +01:00
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2023-03-01 21:30:16 +00:00
|
|
|
)
|