Updated import to use v4 of pgx

This commit is contained in:
Technerder
2021-07-16 14:27:42 -04:00
parent 1fec873770
commit c050ff8e3d

View File

@@ -1,7 +1,7 @@
package postgres
import (
"github.com/jackc/pgx/pgxpool"
"github.com/jackc/pgx/v4/pgxpool"
"time"
)