aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-24 15:18:39 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-24 15:18:39 -0700
commit466cbd5a1be7d274a45506add79c21e06ee53381 (patch)
tree2cd1049b0e063aa7d37da46721365117ef53614f /go.mod
parentedd01c62855ff5d1b0ef50a1d9350718cb033c84 (diff)
downloadsym-466cbd5a1be7d274a45506add79c21e06ee53381.tar.zst
Use argon2 for password hashing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a1f7c9f..db929f6 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)