Fix invalid import bug

This commit is contained in:
Vikram Rangnekar
2019-09-30 01:48:29 -04:00
parent 4ddce9f804
commit dbcc51c462
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ import (
"strings"
"github.com/gobuffalo/flect"
"github.com/jackc/pgx/pgtype"
"github.com/jackc/pgtype"
"github.com/jackc/pgx/v4/pgxpool"
)