summaryrefslogtreecommitdiffstats
path: root/go.sum
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.sum
parent5d40790dcf2043d23a5a0323aaeb3dec417795d3 (diff)
downloadroseh.moe-09517318b87e39506cbcb3232a395ac7d43c25f5.tar.zst
Use pbkdf2 for password hashing instead of sha512
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..a7fae6a
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
+golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
+golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ=
+golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=