add go gorm chi postgres starter
This commit is contained in:
19
web/other/go-postgresql-gorm-chi-starter/go.mod
Normal file
19
web/other/go-postgresql-gorm-chi-starter/go.mod
Normal file
@@ -0,0 +1,19 @@
|
||||
module go-postgres-gorm-chi-starter
|
||||
|
||||
go 1.22.4
|
||||
|
||||
require github.com/go-chi/chi/v5 v5.0.12
|
||||
|
||||
require (
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/pgx/v5 v5.6.0 // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
golang.org/x/crypto v0.24.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
gorm.io/driver/postgres v1.5.9 // indirect
|
||||
gorm.io/gorm v1.25.10 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user