Skip to content

Commit

Permalink
removed unneeded driver imports
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Apr 19, 2018
1 parent edc965a commit 5a71e19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cockroach.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/jmoiron/sqlx"
// Load CockroachdbQL Go driver
_ "github.com/cockroachdb/cockroach-go/crdb"
_ "github.com/lib/pq"

"github.com/gobuffalo/pop/columns"
"github.com/gobuffalo/pop/fizz"
Expand Down
3 changes: 0 additions & 3 deletions pop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ import (
"testing"
"time"

_ "github.com/go-sql-driver/mysql"
"github.com/gobuffalo/pop"
"github.com/gobuffalo/pop/nulls"
"github.com/gobuffalo/uuid"
"github.com/gobuffalo/validate"
"github.com/gobuffalo/validate/validators"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
"github.com/stretchr/testify/suite"
)

Expand Down

0 comments on commit 5a71e19

Please sign in to comment.