From 4f8607e2f7fb63e0ba20b2a0ad3981003d41afbc Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Thu, 19 Dec 2019 11:56:14 +0300 Subject: [PATCH] Sirupsen -> sirupsen --- i2es/elastic.go | 2 +- i2es/topics.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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