-x, -f, env vars, prepping for hashing
This commit is contained in:
10
go.mod
10
go.mod
@@ -3,8 +3,16 @@ module r00t2.io/pwgen
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/hlandau/passlib v1.0.11
|
||||
github.com/jessevdk/go-flags v1.5.0
|
||||
gopkg.in/yaml.v3 v3.0.0
|
||||
r00t2.io/goutils v1.3.1
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||||
require (
|
||||
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||||
gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
|
||||
gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
|
||||
gopkg.in/hlandau/passlib.v1 v1.0.11 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user