adding gorm
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user