summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2025-03-28 16:48:55 +0100
committerJulian Hurst <ark@mansus.space>2025-03-28 16:48:55 +0100
commit7553813376f94e3ae287de78efe413662cd8f967 (patch)
tree98b3cd47138e47099e71442eaf0c716035259688 /go.mod
parent2314ace2d7d1a92010708a9f0e3208cc1068594e (diff)
downloadbox-7553813376f94e3ae287de78efe413662cd8f967.tar.gz
Adds bcrypt for token hashing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 6 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 3aba2c6..363e8e0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,9 @@
module box
-go 1.23
+go 1.23.0
-require github.com/google/uuid v1.6.0 // indirect
+toolchain go1.24.1
+
+require github.com/google/uuid v1.6.0
+
+require golang.org/x/crypto v0.36.0 // indirect