This commit is contained in:
Bronku 2025-08-06 21:03:38 +02:00
parent 4df52360e8
commit cdf42b7ff3
4 changed files with 99 additions and 6 deletions

2
go.mod
View file

@ -12,6 +12,8 @@ require (
)
require (
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.2.2
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.30.0
)