From d54e77e6ae5d40fba37e71eed19d1a0e05da0292 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Wed, 1 Aug 2018 16:16:38 +0800 Subject: [PATCH] undo change --- dialects/postgres/postgres.go | 1 - 1 file changed, 1 deletion(-) 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" )