diff --git a/dialects/postgres/postgres.go b/dialects/postgres/postgres.go index e6c088b1..424e8bdc 100644 --- a/dialects/postgres/postgres.go +++ b/dialects/postgres/postgres.go @@ -7,7 +7,6 @@ import ( "encoding/json" "errors" "fmt" - _ "github.com/lib/pq" "github.com/lib/pq/hstore" )