2
0

Use golang.org/x/xerrors

This commit is contained in:
Jack Christensen
2019-04-20 17:43:44 -05:00
parent 8502a12ac7
commit f25878662d
67 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package uuid
import (
"database/sql/driver"
"github.com/pkg/errors"
errors "golang.org/x/xerrors"
"github.com/jackc/pgx/v4/pgtype"
uuid "github.com/satori/go.uuid"
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"database/sql/driver"
"strconv"
"github.com/pkg/errors"
errors "golang.org/x/xerrors"
"github.com/jackc/pgx/v4/pgtype"
"github.com/shopspring/decimal"