PWGen/go.mod

25 lines
693 B
Modula-2
Raw Normal View History

2022-03-02 06:24:55 -05:00
module r00t2.io/pwgen
go 1.22.4
require (
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
github.com/jessevdk/go-flags v1.6.1
gopkg.in/yaml.v3 v3.0.1
r00t2.io/goutils v1.7.0
)
2022-05-22 04:43:12 -04:00
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
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
)