[golang] updated dependencies
This commit is contained in:
parent
71a5a343fb
commit
db07815736
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Add table
Reference in a new issue