2
0

Split pgtype into own repo

This commit is contained in:
Jack Christensen
2019-04-20 19:20:00 -05:00
parent cc3461e65d
commit 1b8f0016e9
169 changed files with 23 additions and 25502 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ import (
"github.com/cockroachdb/apd"
"github.com/jackc/pgconn"
"github.com/jackc/pgtype"
satori "github.com/jackc/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"