diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 +) |
