You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
464 B
19 lines
464 B
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/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
|
|
)
|