SSHSecure/go.mod

10 lines
240 B
Modula-2

module git.square-r00t.net/sshsecure
go 1.15
require (
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
github.com/go-restruct/restruct v1.2.0-alpha
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
)