2022-03-05 19:22:40 -05:00
|
|
|
module r00t2.io/sshkeys
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2022-04-29 02:49:33 -04:00
|
|
|
require (
|
|
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
|
|
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
|
|
)
|
2022-03-05 19:22:40 -05:00
|
|
|
|
2022-04-29 02:49:33 -04:00
|
|
|
require (
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
)
|