Skip to content

Commit 3106670

Browse files
author
Gregory Eric Sanderson
committed
update logrus to latest version (1.0.2)
This also fixes the bug on case-sensitive package naming. See these links: sirupsen/logrus#553 (comment) sirupsen/logrus#570 (comment)
1 parent e90e170 commit 3106670

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

glide.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package: github.com/mathpl/go-tsdmetrics
22
import:
3-
- package: github.com/Sirupsen/logrus
4-
version: v0.10.0
3+
- package: github.com/sirupsen/logrus
4+
version: v1.0.2
55
- package: github.com/rcrowley/go-metrics
66
- package: golang.org/x/net
77
subpackages:

tagged_opentsdb.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111

1212
"golang.org/x/net/context"
1313

14-
log "github.com/Sirupsen/logrus"
1514
"github.com/rcrowley/go-metrics"
15+
log "github.com/sirupsen/logrus"
1616
)
1717

1818
type OpenTSDBFormat int

0 commit comments

Comments
 (0)