@@ -73,7 +73,7 @@ require (
73
73
google.golang.org/appengine v1.6.8
74
74
gopkg.in/ldap.v3 v3.1.0
75
75
gorm.io/driver/mysql v1.5.7
76
- gorm.io/driver/postgres v1.5.9
76
+ gorm.io/driver/postgres v1.6.0
77
77
gorm.io/driver/sqlite v1.5.6
78
78
gorm.io/gorm v1.25.11
79
79
)
@@ -92,9 +92,9 @@ require (
92
92
github.com/minio/xxml v0.0.3 // indirect
93
93
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
94
94
github.com/otiai10/mint v1.6.3 // indirect
95
- gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
96
95
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
97
96
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
97
+ gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
98
98
)
99
99
100
100
require (
@@ -119,7 +119,7 @@ require (
119
119
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
120
120
github.com/hekmon/cunits/v2 v2.1.0 // indirect
121
121
github.com/ipfs/boxo v0.12.0 // indirect
122
- github.com/jackc/puddle/v2 v2.2.1 // indirect
122
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
123
123
github.com/klauspost/pgzip v1.2.6 // indirect
124
124
github.com/matoous/go-nanoid/v2 v2.1.0 // indirect
125
125
github.com/microcosm-cc/bluemonday v1.0.27
@@ -191,8 +191,8 @@ require (
191
191
github.com/inconshreveable/mousetrap v1.1.0 // indirect
192
192
github.com/ipfs/go-cid v0.5.0
193
193
github.com/jackc/pgpassfile v1.0.0 // indirect
194
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
195
- github.com/jackc/pgx/v5 v5.5.5 // indirect
194
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
195
+ github.com/jackc/pgx/v5 v5.6.0 // indirect
196
196
github.com/jinzhu/inflection v1.0.0 // indirect
197
197
github.com/jinzhu/now v1.1.5 // indirect
198
198
github.com/jmespath/go-jmespath v0.4.0 // indirect
0 commit comments