Lösche unnötige Bootstrapdaten
This commit is contained in:
Gonne 2025-01-22 13:42:52 +01:00
parent 30f5497aa5
commit f89d6cc2bc
9 changed files with 17 additions and 18 deletions

2
go.mod
View file

@ -2,7 +2,7 @@ module officeHours
go 1.18
require github.com/mattn/go-sqlite3 v1.14.22
require github.com/mattn/go-sqlite3 v1.14.24
require github.com/go-sql-driver/mysql v1.8.1