Skip to content

Commit

Permalink
Merge pull request kelseyhightower#674 from pastdev/logrus
Browse files Browse the repository at this point in the history
Fix vendor name for logrus
  • Loading branch information
okushchenko authored Feb 24, 2018
2 parents ccc17eb + b377bf8 commit 9b0ce8e
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version = "0.3.0"

[[constraint]]
name = "github.com/Sirupsen/logrus"
name = "github.com/sirupsen/logrus"
version = "1.0.3"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
"time"

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

type ConfdFormatter struct {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9b0ce8e

Please sign in to comment.