Fix go modules
Wow. This is fun. Sure is easy to get modules wrong when upgrading a v2+ project.
This commit is contained in:
+3
-3
@@ -13,9 +13,9 @@ import (
|
||||
|
||||
"github.com/cockroachdb/apd"
|
||||
"github.com/jackc/pgconn"
|
||||
"github.com/jackc/pgx"
|
||||
"github.com/jackc/pgx/pgtype"
|
||||
satori "github.com/jackc/pgx/pgtype/ext/satori-uuid"
|
||||
"github.com/jackc/pgx/v4"
|
||||
"github.com/jackc/pgx/v4/pgtype"
|
||||
satori "github.com/jackc/pgx/v4/pgtype/ext/satori-uuid"
|
||||
uuid "github.com/satori/go.uuid"
|
||||
"github.com/shopspring/decimal"
|
||||
errors "golang.org/x/xerrors"
|
||||
|
||||
Reference in New Issue
Block a user