Merge pull request #144 from wking/lowercase-sirupsen

vendor: Replace Sirupsen/logrus with sirupsen/logrus
This commit is contained in:
Vincent Batts 2017-11-03 15:49:21 -04:00 committed by GitHub
commit 005af4d18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ import (
"os" "os"
"strings" "strings"
"github.com/Sirupsen/logrus" "github.com/sirupsen/logrus"
"github.com/vbatts/go-mtree" "github.com/vbatts/go-mtree"
) )

2
glide.lock generated
View File

@ -1,7 +1,7 @@
hash: 72477bc1ec8c50d432740cbf3940cae19387d596c02f1046c7e989458462e536 hash: 72477bc1ec8c50d432740cbf3940cae19387d596c02f1046c7e989458462e536
updated: 2017-10-20T11:31:42.730083725+02:00 updated: 2017-10-20T11:31:42.730083725+02:00
imports: imports:
- name: github.com/Sirupsen/logrus - name: github.com/sirupsen/logrus
version: f006c2ac4710855cf0f916dd6b77acf6b048dc6e version: f006c2ac4710855cf0f916dd6b77acf6b048dc6e
- name: golang.org/x/crypto - name: golang.org/x/crypto
version: 1351f936d976c60a0a48d728281922cf63eafb8d version: 1351f936d976c60a0a48d728281922cf63eafb8d

View File

@ -6,7 +6,7 @@ import:
- package: golang.org/x/crypto - package: golang.org/x/crypto
subpackages: subpackages:
- ripemd160 - ripemd160
- package: github.com/Sirupsen/logrus - package: github.com/sirupsen/logrus
version: ^1.0.0 version: ^1.0.0
- package: golang.org/x/sys - package: golang.org/x/sys
version: 8dbc5d05d6edcc104950cc299a1ce6641235bc86 version: 8dbc5d05d6edcc104950cc299a1ce6641235bc86

2
tar.go
View File

@ -9,7 +9,7 @@ import (
"path/filepath" "path/filepath"
"strings" "strings"
"github.com/Sirupsen/logrus" "github.com/sirupsen/logrus"
"github.com/vbatts/go-mtree/pkg/govis" "github.com/vbatts/go-mtree/pkg/govis"
) )

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"sort" "sort"
"github.com/Sirupsen/logrus" "github.com/sirupsen/logrus"
) )
// DefaultUpdateKeywords is the default set of keywords that can take updates to the files on disk // DefaultUpdateKeywords is the default set of keywords that can take updates to the files on disk

View File

@ -13,7 +13,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/Sirupsen/logrus" "github.com/sirupsen/logrus"
) )
func init() { func init() {

View File

@ -7,7 +7,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/Sirupsen/logrus" "github.com/sirupsen/logrus"
"github.com/vbatts/go-mtree/pkg/govis" "github.com/vbatts/go-mtree/pkg/govis"
) )