module github.com/GRMrGecko/go-passwd go 1.22.4 toolchain go1.23.1 require ( github.com/openwall/yescrypt-go v1.0.0 github.com/pedroalbanese/gogost v0.0.0-20240430171730-f95129c7a5af golang.org/x/crypto v0.31.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.11.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )