module gorm.io/driver/postgres go 1.14 require ( github.com/jackc/pgx/v4 v4.13.0 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect golang.org/x/text v0.3.7 // indirect gorm.io/gorm v1.21.15 )