summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--golang/go.mod4
-rw-r--r--golang/go.sum4
2 files changed, 4 insertions, 4 deletions
diff --git a/golang/go.mod b/golang/go.mod
index 25e76bd..013778a 100644
--- a/golang/go.mod
+++ b/golang/go.mod
@@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/spacetraders/v2
-go 1.22.2
+go 1.23.4
-require github.com/mattn/go-sqlite3 v1.14.22
+require github.com/mattn/go-sqlite3 v1.14.24
diff --git a/golang/go.sum b/golang/go.sum
index e8d092a..9dcdc9b 100644
--- a/golang/go.sum
+++ b/golang/go.sum
@@ -1,2 +1,2 @@
-github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
-github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
+github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM=
+github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=