feat: passwords hashing

This commit is contained in:
efim
2023-11-18 07:41:52 +00:00
parent 8bb1509786
commit c9e1bf65fa
3 changed files with 31 additions and 6 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.20
require (
github.com/kr/pretty v0.3.1
github.com/redis/go-redis/v9 v9.2.1
golang.org/x/crypto v0.15.0
)
require (