Skip to content

Commit

Permalink
Uppercase Sirupsen for software still on old convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
marccarre committed Oct 10, 2017
1 parent 0599d76 commit 8d73ac3
Show file tree
Hide file tree
Showing 37 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 promrus.go
@@ -1,8 +1,8 @@
package promrus

import (
"github.com/Sirupsen/logrus"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
)

// PrometheusHook exposes Prometheus counters for each of logrus' log levels.
Expand Down
2 changes: 1 addition & 1 deletion promrus_test.go
Expand Up @@ -8,8 +8,8 @@ import (
"strings"
"testing"

log "github.com/Sirupsen/logrus"
"github.com/prometheus/client_golang/prometheus/promhttp"
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"

"github.com/weaveworks/promrus"
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 8d73ac3

Please sign in to comment.