@@ -24,7 +24,7 @@ require (
24
24
go.mongodb.org/mongo-driver v1.14.0
25
25
golang.org/x/crypto v0.19.0
26
26
gorm.io/driver/mysql v1.5.4
27
- gorm.io/driver/postgres v1.4.0
27
+ gorm.io/driver/postgres v1.5.6
28
28
gorm.io/driver/sqlite v1.5.5
29
29
gorm.io/gorm v1.25.7
30
30
)
@@ -40,20 +40,15 @@ require (
40
40
github.com/go-playground/validator/v10 v10.14.1 // indirect
41
41
github.com/goccy/go-json v0.10.2 // indirect
42
42
github.com/golang/snappy v0.0.4 // indirect
43
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
44
- github.com/jackc/pgconn v1.13.0 // indirect
45
- github.com/jackc/pgio v1.0.0 // indirect
46
43
github.com/jackc/pgpassfile v1.0.0 // indirect
47
- github.com/jackc/pgproto3/v2 v2.3.1 // indirect
48
44
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
49
- github.com/jackc/pgtype v1.12.0 // indirect
50
- github.com/jackc/pgx/v4 v4.17.2 // indirect
45
+ github.com/jackc/pgx/v5 v5.4.3 // indirect
51
46
github.com/jinzhu/inflection v1.0.0 // indirect
52
47
github.com/jinzhu/now v1.1.5 // indirect
53
48
github.com/json-iterator/go v1.1.12 // indirect
54
49
github.com/klauspost/compress v1.16.3 // indirect
55
50
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
56
- github.com/kr/pretty v0.3 .0 // indirect
51
+ github.com/kr/text v0.2 .0 // indirect
57
52
github.com/leodido/go-urn v1.2.4 // indirect
58
53
github.com/lib/pq v1.10.9 // indirect
59
54
github.com/mattn/go-isatty v0.0.20 // indirect
0 commit comments