Skip to content

Commit

Permalink
Update Sirupsen/logrus repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Matheson authored and andreas-schroeder committed Aug 25, 2018
1 parent ce005ba commit b931bf9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion check/broker_health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion check/health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion check/parse_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"regexp"
"time"

logr "github.com/Sirupsen/logrus"
logr "github.com/sirupsen/logrus"
)

// ParseCommandLineArguments parses the command line arguments.
Expand Down
2 changes: 1 addition & 1 deletion check/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion check/status_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b931bf9

Please sign in to comment.