updated dependencies

This commit is contained in:
Siesta
2026-02-24 20:39:06 +01:00
parent 8085930dfe
commit 24eacbca6f
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ module github.com/siestaw/laterna/server
go 1.24.4
require (
github.com/mattn/go-sqlite3 v1.14.32
golang.org/x/crypto v0.40.0
github.com/mattn/go-sqlite3 v1.14.34
golang.org/x/crypto v0.48.0
)