File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
"os"
7
7
8
8
"github.com/Shopify/sarama"
9
- "github.com/Sirupsen/logrus"
10
9
"github.com/mailgun/logrus-hooks/common"
11
10
"github.com/mailgun/logrus-hooks/kafkahook"
11
+ "github.com/sirupsen/logrus"
12
12
"github.com/thrawn01/args"
13
13
)
14
14
Original file line number Diff line number Diff line change 7
7
"strconv"
8
8
"strings"
9
9
10
- "github.com/Sirupsen/logrus"
11
10
"github.com/mailgun/logrus-hooks/common"
12
11
"github.com/mailgun/logrus-hooks/udploghook"
12
+ "github.com/sirupsen/logrus"
13
13
"github.com/thrawn01/args"
14
14
)
15
15
Original file line number Diff line number Diff line change 7
7
"runtime"
8
8
"strings"
9
9
10
- "github.com/Sirupsen/logrus"
11
10
"github.com/mailgun/holster/stack"
11
+ "github.com/sirupsen/logrus"
12
12
)
13
13
14
14
func ExpandNested (key string , value interface {}, dest map [string ]interface {}) {
Original file line number Diff line number Diff line change 5
5
"net/http/httptest"
6
6
"testing"
7
7
8
- "github.com/Sirupsen/logrus"
9
8
"github.com/mailgun/logrus-hooks/common"
9
+ "github.com/sirupsen/logrus"
10
10
. "gopkg.in/check.v1"
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package common
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/Sirupsen/logrus"
7
6
"github.com/mailgun/holster/errors"
8
7
"github.com/mailgun/holster/stack"
8
+ "github.com/sirupsen/logrus"
9
9
)
10
10
11
11
type Number float64
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Logrus Hook for sending log info to [Kafka](https://kafka.apache.org)
6
6
# Usage
7
7
``` go
8
8
import (
9
- " github.com/Sirupsen /logrus"
9
+ " github.com/sirupsen /logrus"
10
10
" github.com/mailgun/logrus-hooks/kafkahook"
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import (
10
10
"time"
11
11
12
12
"github.com/Shopify/sarama"
13
- "github.com/Sirupsen/logrus"
14
13
"github.com/mailgun/holster/errors"
15
14
"github.com/mailgun/holster/stack"
16
15
"github.com/mailgun/logrus-hooks/common"
17
16
"github.com/mailru/easyjson/jwriter"
17
+ "github.com/sirupsen/logrus"
18
18
)
19
19
20
20
type KafkaHook struct {
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
13
13
"github.com/Shopify/sarama"
14
14
"github.com/Shopify/sarama/mocks"
15
- "github.com/Sirupsen/logrus"
16
15
"github.com/mailgun/holster/errors"
17
16
"github.com/mailgun/logrus-hooks/common"
18
17
"github.com/mailgun/logrus-hooks/kafkahook"
18
+ "github.com/sirupsen/logrus"
19
19
. "gopkg.in/check.v1"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Logrus Hook for sending log info to [UDPLog](https://github.com/mochi/udplog)
6
6
# Usage
7
7
``` go
8
8
import (
9
- " github.com/Sirupsen /logrus"
9
+ " github.com/sirupsen /logrus"
10
10
" github.com/mailgun/logrus-hooks/udploghook"
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ import (
9
9
"path/filepath"
10
10
"strings"
11
11
12
- "github.com/Sirupsen/logrus"
13
12
"github.com/mailgun/holster/stack"
14
13
"github.com/mailgun/logrus-hooks/common"
15
14
"github.com/mailru/easyjson/jwriter"
16
15
"github.com/pkg/errors"
16
+ "github.com/sirupsen/logrus"
17
17
)
18
18
19
19
type UDPHook struct {
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ import (
8
8
"strings"
9
9
"testing"
10
10
11
- "github.com/Sirupsen/logrus"
12
11
"github.com/mailgun/holster/errors"
13
12
"github.com/mailgun/logrus-hooks/common"
14
13
"github.com/mailgun/logrus-hooks/udploghook"
14
+ "github.com/sirupsen/logrus"
15
15
. "gopkg.in/check.v1"
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments