From db07815736a095ef23b287b8a42428dec80e4238 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 12 Jan 2025 23:31:04 +0100 Subject: [golang] updated dependencies --- golang/go.mod | 4 ++-- golang/go.sum | 4 ++-- 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= -- cgit v1.2.3