Skip to content

Commit 72ac04e

Browse files
committed
vendor: Replace Sirupsen/logrus with sirupsen/logrus
With: $ git mv vendor/github.com/{S,s}irupsen $ sed -i 's/Sirupsen/sirupsen/g' $(git grep -l Sirupsen) catching up with the upstream lowercasing [1,2,3,4]. Because of the compatibility issues discussed in [3], some consumers may prefer to use the old uppercase version until they have time to update their other Logrus consumers to the new lowercase form. [1]: https://github.com/sirupsen/logrus/blame/v1.0.3/README.md#L6 [2]: sirupsen/logrus#384 [3]: sirupsen/logrus#570 (comment) [4]: sirupsen/logrus#553
1 parent 03983e2 commit 72ac04e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7
-7
lines changed

cmd/gomtree/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"os"
1111
"strings"
1212

13-
"github.com/Sirupsen/logrus"
13+
"github.com/sirupsen/logrus"
1414
"github.com/vbatts/go-mtree"
1515
)
1616

glide.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import:
66
- package: golang.org/x/crypto
77
subpackages:
88
- ripemd160
9-
- package: github.com/Sirupsen/logrus
9+
- package: github.com/sirupsen/logrus
1010
version: ^1.0.0
1111
- package: golang.org/x/sys
1212
version: 8dbc5d05d6edcc104950cc299a1ce6641235bc86

tar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"path/filepath"
1010
"strings"
1111

12-
"github.com/Sirupsen/logrus"
12+
"github.com/sirupsen/logrus"
1313
"github.com/vbatts/go-mtree/pkg/govis"
1414
)
1515

update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"sort"
77

8-
"github.com/Sirupsen/logrus"
8+
"github.com/sirupsen/logrus"
99
)
1010

1111
// DefaultUpdateKeywords is the default set of keywords that can take updates to the files on disk

update_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"testing"
1414
"time"
1515

16-
"github.com/Sirupsen/logrus"
16+
"github.com/sirupsen/logrus"
1717
)
1818

1919
func init() {

updatefuncs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"time"
99

10-
"github.com/Sirupsen/logrus"
10+
"github.com/sirupsen/logrus"
1111
"github.com/vbatts/go-mtree/pkg/govis"
1212
)
1313

0 commit comments

Comments
 (0)