Skip to content

Commit 2b8b55a

Browse files
author
ds
committed
fix logrus case
1 parent 5dd13f5 commit 2b8b55a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

experimental/blobs.go

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

9-
"github.com/sirupsen/logrus"
9+
"github.com/Sirupsen/logrus"
1010
"github.com/dustin/go-humanize"
1111
)
1212

experimental/deletes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"path/filepath"
55
"sync/atomic"
66

7-
"github.com/sirupsen/logrus"
7+
"github.com/Sirupsen/logrus"
88
"github.com/dustin/go-humanize"
99
)
1010

experimental/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os/signal"
77
"sync"
88

9-
"github.com/sirupsen/logrus"
9+
"github.com/Sirupsen/logrus"
1010
)
1111

1212
var (

experimental/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"path/filepath"
77
"sync"
88

9-
"github.com/sirupsen/logrus"
9+
"github.com/Sirupsen/logrus"
1010
"github.com/docker/distribution"
1111
"github.com/docker/distribution/manifest"
1212
"github.com/docker/distribution/manifest/manifestlist"

experimental/repositories.go

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

10-
"github.com/sirupsen/logrus"
10+
"github.com/Sirupsen/logrus"
1111
)
1212

1313
type repositoriesData map[string]*repositoryData

experimental/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
multierror "github.com/hashicorp/go-multierror"
1111

12-
"github.com/sirupsen/logrus"
12+
"github.com/Sirupsen/logrus"
1313
"github.com/dustin/go-humanize"
1414
)
1515

experimental/s3_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"sync/atomic"
1010

11-
"github.com/sirupsen/logrus"
11+
"github.com/Sirupsen/logrus"
1212
"github.com/aws/aws-sdk-go/aws"
1313
"github.com/aws/aws-sdk-go/aws/credentials"
1414
"github.com/aws/aws-sdk-go/aws/session"

experimental/tag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"path/filepath"
55
"sync"
66

7-
"github.com/sirupsen/logrus"
7+
"github.com/Sirupsen/logrus"
88
)
99

1010
type tagData struct {

0 commit comments

Comments
 (0)