Fix go modules
Wow. This is fun. Sure is easy to get modules wrong when upgrading a v2+ project.
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
pgxpool "github.com/jackc/pgx/pool"
|
||||
pgxpool "github.com/jackc/pgx/v4/pool"
|
||||
)
|
||||
|
||||
var pool *pgxpool.Pool
|
||||
|
||||
Reference in New Issue
Block a user