2022-03-02 06:24:55 -05:00
|
|
|
module r00t2.io/pwgen
|
|
|
|
|
2024-07-17 04:03:31 -04:00
|
|
|
go 1.22.4
|
2022-03-03 04:26:44 -05:00
|
|
|
|
|
|
|
require (
|
2024-07-17 04:03:31 -04:00
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/goccy/go-yaml v1.12.0
|
2022-05-22 04:43:12 -04:00
|
|
|
github.com/hlandau/passlib v1.0.11
|
2024-07-17 04:03:31 -04:00
|
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
r00t2.io/goutils v1.7.0
|
2022-03-03 04:26:44 -05:00
|
|
|
)
|
|
|
|
|
2022-05-22 04:43:12 -04:00
|
|
|
require (
|
2024-07-17 04:03:31 -04:00
|
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
|
2022-05-22 04:43:12 -04:00
|
|
|
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
|
|
|
|
)
|