Skip to content

Commit

Permalink
import sirupsen/logrus with lowercase name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtenberge authored and LK4D4 committed Jun 18, 2019
1 parent 7aa1962 commit 58f344c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
"time"

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

// Mutex is debugging mutex, which prints logs and traces for locks.
Expand Down
2 changes: 1 addition & 1 deletion lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"testing"

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

func init() {
Expand Down

0 comments on commit 58f344c

Please sign in to comment.