update to github.com/sirupsen/logrus v1.0.0

Signed-off-by: Andrew Pennebaker <apennebaker@datapipe.com>
This commit is contained in:
Andrew Pennebaker 2017-07-06 17:03:39 -05:00
Родитель aa2e3b613f
Коммит 5cd3e7afe1
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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