mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 09:07:14 +08:00
Updated import to use v4 of pgx
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package postgres
|
package postgres
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/jackc/pgx/pgxpool"
|
"github.com/jackc/pgx/v4/pgxpool"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user