adding gorm

This commit is contained in:
2025-11-17 22:26:21 +00:00
parent ff32c4fa8e
commit fee7e26336
4 changed files with 64 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
module adam-french.co.uk/simplebackend
module adam-french.co.uk/backend
go 1.22
require (
github.com/gin-gonic/gin v1.9.1
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.7
github.com/sirupsen/logrus v1.9.3
gorm.io/gorm v1.26.0
gorm.io/driver/postgres v1.5.0
)