PWGen/go.mod
brent saner cbecd9caec
v0.1.3
FIXED:
* XML, YAML marshaling/unmarshaling of pwgenerator.CharSet.
2024-07-17 04:03:31 -04:00

25 lines
693 B
Modula-2

module r00t2.io/pwgen
go 1.22.4
require (
github.com/BurntSushi/toml v1.4.0
github.com/goccy/go-yaml v1.12.0
github.com/hlandau/passlib v1.0.11
github.com/jessevdk/go-flags v1.6.1
gopkg.in/yaml.v3 v3.0.1
r00t2.io/goutils v1.7.0
)
require (
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
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
)