diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-24 15:18:39 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-24 15:18:39 -0700 |
| commit | 466cbd5a1be7d274a45506add79c21e06ee53381 (patch) | |
| tree | 2cd1049b0e063aa7d37da46721365117ef53614f /go.mod | |
| parent | edd01c62855ff5d1b0ef50a1d9350718cb033c84 (diff) | |
| download | sym-466cbd5a1be7d274a45506add79c21e06ee53381.tar.zst | |
Use argon2 for password hashing
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module roseh.moe/cmd/sym go 1.25.0 require ( + golang.org/x/crypto v0.43.0 golang.org/x/term v0.36.0 roseh.moe/pkg/wordlist v1.0.2 ) |
