Skip to content

Commit

Permalink
Merge pull request docker#22 from mcandre/update-logrus
Browse files Browse the repository at this point in the history
update to github.com/sirupsen/logrus v1.0.0
  • Loading branch information
stevvooe authored Jul 21, 2017
2 parents aa2e3b6 + 5cd3e7a commit 9461782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"sync"

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

// Broadcaster sends events to multiple, reliable Sinks. The goal of this
Expand Down
2 changes: 1 addition & 1 deletion queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"container/list"
"sync"

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

// Queue accepts all messages into a queue for asynchronous consumption
Expand Down
2 changes: 1 addition & 1 deletion retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync/atomic"
"time"

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

// RetryingSink retries the write until success or an ErrSinkClosed is
Expand Down

0 comments on commit 9461782

Please sign in to comment.