scottslowe-learning-tools/golang/generate-ssh-key/go.mod
Scott S. Lowe 50481c8976 Add Golang code for generating SSH key
Add Golang code example for generating SSH key along with associated documentation.

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
2023-03-26 20:35:19 -06:00

7 lines
107 B
Modula-2

module go-sshkey
go 1.18
require golang.org/x/crypto v0.7.0
require golang.org/x/sys v0.6.0 // indirect