module gorm.io/driver/postgres

go 1.14

require (
	github.com/jackc/pgx/v4 v4.10.1
	gorm.io/gorm v1.20.12
)
