初次提交

This commit is contained in:
海龙
2024-02-26 14:44:22 +08:00
parent 9b3c7767ca
commit c8a2a599ad
20 changed files with 12047 additions and 8 deletions

18
backend/go.mod Normal file
View File

@@ -0,0 +1,18 @@
module pgsql-test
go 1.22.0
require (
gorm.io/driver/postgres v1.5.6
gorm.io/gorm v1.25.7
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/text v0.13.0 // indirect
)