Skip to content

Commit

Permalink
update logrus to latest version (1.0.2)
Browse files Browse the repository at this point in the history
This also fixes the bug on case-sensitive package naming. See these
links:

sirupsen/logrus#553 (comment)
sirupsen/logrus#570 (comment)
  • Loading branch information
Gregory Eric Sanderson committed Jul 24, 2017
1 parent e90e170 commit 3106670
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions glide.lock

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

4 changes: 2 additions & 2 deletions glide.yaml
@@ -1,7 +1,7 @@
package: github.com/mathpl/go-tsdmetrics
import:
- package: github.com/Sirupsen/logrus
version: v0.10.0
- package: github.com/sirupsen/logrus
version: v1.0.2
- package: github.com/rcrowley/go-metrics
- package: golang.org/x/net
subpackages:
Expand Down
2 changes: 1 addition & 1 deletion tagged_opentsdb.go
Expand Up @@ -11,8 +11,8 @@ import (

"golang.org/x/net/context"

log "github.com/Sirupsen/logrus"
"github.com/rcrowley/go-metrics"
log "github.com/sirupsen/logrus"
)

type OpenTSDBFormat int
Expand Down

0 comments on commit 3106670

Please sign in to comment.