summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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