From b931bf9e6c515c2f0f9a0b3b9866ea20167e40bb Mon Sep 17 00:00:00 2001 From: Anders Matheson Date: Wed, 22 Aug 2018 17:36:17 +0200 Subject: [PATCH] Update Sirupsen/logrus repository name --- check/broker_health_check.go | 2 +- check/health_check.go | 2 +- check/parse_args.go | 2 +- check/setup.go | 2 +- check/status_server.go | 2 +- vendor/vendor.json | 12 ++++++------ 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/check/broker_health_check.go b/check/broker_health_check.go index 1da7316..29a0606 100644 --- a/check/broker_health_check.go +++ b/check/broker_health_check.go @@ -4,9 +4,9 @@ import ( "math/rand" "time" - log "github.com/Sirupsen/logrus" "github.com/optiopay/kafka" "github.com/optiopay/kafka/proto" + log "github.com/sirupsen/logrus" ) // sends one message to the broker partition, wait for it to appear on the consumer. diff --git a/check/health_check.go b/check/health_check.go index 57d2681..04e023f 100644 --- a/check/health_check.go +++ b/check/health_check.go @@ -4,8 +4,8 @@ import ( "math/rand" "time" - log "github.com/Sirupsen/logrus" "github.com/optiopay/kafka" + log "github.com/sirupsen/logrus" ) // HealthCheck holds all data required for health checking. diff --git a/check/parse_args.go b/check/parse_args.go index c6a81d9..0805dea 100644 --- a/check/parse_args.go +++ b/check/parse_args.go @@ -8,7 +8,7 @@ import ( "regexp" "time" - logr "github.com/Sirupsen/logrus" + logr "github.com/sirupsen/logrus" ) // ParseCommandLineArguments parses the command line arguments. diff --git a/check/setup.go b/check/setup.go index 35170eb..1ac9e81 100644 --- a/check/setup.go +++ b/check/setup.go @@ -5,10 +5,10 @@ import ( "strings" "time" - log "github.com/Sirupsen/logrus" "github.com/optiopay/kafka/proto" "github.com/pkg/errors" "github.com/samuel/go-zookeeper/zk" + log "github.com/sirupsen/logrus" ) func (check *HealthCheck) connect(firstConnection bool, stop <-chan struct{}) error { diff --git a/check/status_server.go b/check/status_server.go index 3047f16..b8d6148 100644 --- a/check/status_server.go +++ b/check/status_server.go @@ -7,7 +7,7 @@ import ( "net" "net/http" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) // ServeHealth answers http queries for broker and cluster health. diff --git a/vendor/vendor.json b/vendor/vendor.json index c721a40..880a8d4 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -2,12 +2,6 @@ "comment": "", "ignore": "test", "package": [ - { - "checksumSHA1": "2avCvSn0XonfApKKuTMyiQmk7s0=", - "path": "github.com/Sirupsen/logrus", - "revision": "3ec0642a7fb6488f65b06f9040adc67e3990296a", - "revisionTime": "2016-08-29T20:23:21Z" - }, { "checksumSHA1": "JSHl8b3nI8EWvzm+uyrIqj2Hiu4=", "path": "github.com/golang/mock/gomock", @@ -54,6 +48,12 @@ "path": "github.com/samuel/go-zookeeper/zk", "revision": "5250732bd2ed71d1e374212ebfc32760eca10c0a" }, + { + "checksumSHA1": "ZOVI3VXoNknVPeRm8u+/hdf+XGA=", + "path": "github.com/sirupsen/logrus", + "revision": "3ec0642a7fb6488f65b06f9040adc67e3990296a", + "revisionTime": "2016-08-29T20:23:21Z" + }, { "checksumSHA1": "noiZtKqeCoHgwUw9PQz4O3w3CnU=", "path": "golang.org/x/sys/unix",