PWGen/go.mod

19 lines
464 B
Modula-2
Raw Permalink Normal View History

2022-03-02 06:24:55 -05:00
module r00t2.io/pwgen
go 1.17
require (
2022-05-22 04:43:12 -04:00
github.com/hlandau/passlib v1.0.11
github.com/jessevdk/go-flags v1.5.0
2022-05-22 04:43:12 -04:00
gopkg.in/yaml.v3 v3.0.0
r00t2.io/goutils v1.3.1
)
2022-05-22 04:43:12 -04:00
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
)