Initial commit

This commit is contained in:
2025-06-16 17:49:27 +10:00
commit 34beb51c2c
7 changed files with 164 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module huron.connectingnow.net/fholland/gorm_models
go 1.24.4
require gorm.io/gorm v1.30.0
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/text v0.20.0 // indirect
)