diff --git a/i2es/elastic.go b/i2es/elastic.go index 8a94241..6605821 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 82dc99f..37b2474 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