open-vault/vendor/github.com/mitchellh/mapstructure/go.mod
Michael Golowka b52950f884
Add user configurable password policies available to secret engines (#8637)
* Add random string generator with rules engine

This adds a random string generation library that validates random
strings against a set of rules. The library is designed for use as generating
passwords, but can be used to generate any random strings.
2020-05-27 12:28:00 -06:00

4 lines
50 B
Modula-2

module github.com/mitchellh/mapstructure
go 1.14