1
0
Fork 0

[golang] updated dependencies

This commit is contained in:
Julien Dessaux 2025-01-12 23:31:04 +01:00
parent 71a5a343fb
commit db07815736
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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=