zitadel / passwap

Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algorithms, using the same API for all of them.
BSD 3-Clause "New" or "Revised" License
51 stars 3 forks source link

chore(deps): add go 1.22 support #40

Closed muhlemmer closed 5 months ago

muhlemmer commented 5 months ago

This change add support for go 1.22. Support for Go version older than 1.20 is dropped.