diff options
| -rw-r--r-- | config.go | 2 | ||||
| -rw-r--r-- | github.go | 2 | ||||
| -rw-r--r-- | init.go | 2 | ||||
| -rw-r--r-- | log.go | 2 | ||||
| -rw-r--r-- | main.go | 2 | ||||
| -rw-r--r-- | scrape.go | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -3,7 +3,7 @@ package main import ( "os" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/spf13/viper" ) @@ -9,7 +9,7 @@ import ( "net/http" "regexp" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/gocolly/colly" "github.com/abadojack/whatlanggo" @@ -4,7 +4,7 @@ import ( "errors" "strings" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" flag "github.com/spf13/pflag" ) @@ -1,7 +1,7 @@ package main import ( - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) func Fatal(err error, msg string) { @@ -6,7 +6,7 @@ import ( _ "github.com/go-sql-driver/mysql" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" //"github.com/gocolly/colly" "github.com/jmoiron/sqlx" ) @@ -3,7 +3,7 @@ package main import ( "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/gocolly/colly" ) |
