summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-23 21:18:49 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-23 21:18:49 -0700
commit09517318b87e39506cbcb3232a395ac7d43c25f5 (patch)
tree8b0698270dfc5382655b50dc6df3b5de6dd20715 /go.mod
parent5d40790dcf2043d23a5a0323aaeb3dec417795d3 (diff)
downloadroseh.moe-09517318b87e39506cbcb3232a395ac7d43c25f5.tar.zst
Use pbkdf2 for password hashing instead of sha512
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f50ecfa..5e702ba 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,7 @@
module gitlab.com/rhogenson/roseh.moe
-go 1.23.2
+go 1.24.0
+
+require golang.org/x/term v0.35.0
+
+require golang.org/x/sys v0.36.0 // indirect