2020-09-24 04:38:29 -04:00
|
|
|
module r00t2.io/sshsecure
|
2020-09-03 19:11:42 -04:00
|
|
|
|
|
|
|
go 1.15
|
2020-09-17 08:37:05 -04:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
|
2020-09-21 01:43:22 -04:00
|
|
|
github.com/go-restruct/restruct v1.2.0-alpha
|
2020-09-17 08:37:05 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
|
|
)
|