Skip to content
Snippets Groups Projects

Update module gorm.io/driver/postgres to v1.4.5 - autoclosed

Closed Renovate Bot requested to merge renovate/gorm.io-driver-postgres-1.x into main
Compare and
2 files
+ 23
2
Preferences
File browser
Compare changes
+ 2
2
@@ -18,6 +18,6 @@ require (
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/postgres v1.3.9
gorm.io/gorm v1.23.7
gorm.io/driver/postgres v1.4.5
gorm.io/gorm v1.24.1-0.20221019064659-5dd2bb482755
)