1
0
Fork 0

[golang] updated go.mod

This commit is contained in:
Julien Dessaux 2025-02-12 23:22:24 +01:00
parent 5611f5b468
commit d16dd4f38e
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/spacetraders/v2
module git.adyxax.org/adyxax/spacetraders/golang
go 1.23.4
go 1.23.6
require github.com/mattn/go-sqlite3 v1.14.24