summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 8 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 6d81a5a..ce95343 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,11 @@
module luna
-go 1.22.2
+go 1.23.0
-require github.com/mattn/go-sqlite3 v1.14.23
+toolchain go1.24.3
+
+require (
+ github.com/mattn/go-sqlite3 v1.14.23
+ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
+ golang.org/x/crypto v0.41.0
+)