diff --git a/i2es/elastic.go b/i2es/elastic.go index 6605821..8a94241 100644 --- a/i2es/elastic.go +++ b/i2es/elastic.go @@ -8,7 +8,7 @@ import ( "net/http" "strings" - log "github.com/sirupsen/logrus" + log "github.com/Sirupsen/logrus" ) type topicid struct { diff --git a/i2es/topics.go b/i2es/topics.go index 37b2474..82dc99f 100644 --- a/i2es/topics.go +++ b/i2es/topics.go @@ -5,8 +5,8 @@ import ( "errors" "strings" + log "github.com/Sirupsen/logrus" "github.com/google/uuid" - log "github.com/sirupsen/logrus" ) // getorcreate topicID. Generate new unique topicID if message is start message