initial commit

This commit is contained in:
Jon Lundy
2022-12-07 14:19:04 -07:00
commit 0c36a25333
10 changed files with 808 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/sour-is/go-passwd
go 1.19
require (
github.com/matryer/is v1.4.0
golang.org/x/crypto v0.3.0
)
require (
golang.org/x/sys v0.2.0 // indirect
)