server deps update

This commit is contained in:
collin 2025-06-30 12:37:33 +02:00
parent 79218d0959
commit ce3f944274
No known key found for this signature in database

View file

@ -3,8 +3,11 @@ module collinenlucy.nl
go 1.24.4 go 1.24.4
require ( require (
github.com/AnthonyHewins/gotfy v0.0.10 // indirect github.com/AnthonyHewins/gotfy v0.0.10
github.com/mattn/go-sqlite3 v1.14.28
)
require (
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect github.com/goccy/go-json v0.10.2 // indirect
github.com/mattn/go-sqlite3 v1.14.28 // indirect
) )