summaryrefslogtreecommitdiff
path: root/crawler/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/main.go')
-rw-r--r--crawler/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/main.go b/crawler/main.go
index 0f417b2..54c351f 100644
--- a/crawler/main.go
+++ b/crawler/main.go
@@ -8,8 +8,8 @@ import (
_ "github.com/go-sql-driver/mysql"
//_ "github.com/mattn/go-sqlite3"
- log "github.com/Sirupsen/logrus"
"github.com/jmoiron/sqlx"
+ log "github.com/sirupsen/logrus"
flag "github.com/spf13/pflag"
)