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