FIXED:
* XML, YAML marshaling/unmarshaling of pwgenerator.CharSet.
This commit is contained in:
brent saner
2024-07-17 04:03:31 -04:00
parent c6050a2dc4
commit cbecd9caec
10 changed files with 465 additions and 178 deletions

18
go.mod
View File

@@ -1,17 +1,23 @@
module r00t2.io/pwgen
go 1.17
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.5.0
gopkg.in/yaml.v3 v3.0.0
r00t2.io/goutils v1.3.1
github.com/jessevdk/go-flags v1.6.1
gopkg.in/yaml.v3 v3.0.1
r00t2.io/goutils v1.7.0
)
require (
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
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