Skip to content

Commit

Permalink
Update import path Sirupsen -> sirupsen (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
evalphobia authored Jun 20, 2017
1 parent 0c12d2a commit 98607c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Fluentd Hook for Logrus <img src="http://i.imgur.com/hTeVwmJ.png" width="40" hei

```go
import (
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/evalphobia/logrus_fluent"
)

Expand Down
2 changes: 1 addition & 1 deletion fluent.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package logrus_fluent

import (
"github.com/Sirupsen/logrus"
"github.com/fluent/fluent-logger-golang/fluent"
"github.com/sirupsen/logrus"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion fluent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"testing"

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

var (
Expand Down

0 comments on commit 98607c4

Please sign in to comment.