Skip to content

Commit

Permalink
Fixes #175 by referring to logrus by its lower-case name.
Browse files Browse the repository at this point in the history
References of github.com/Sirupsen/logrus have been rewritten to
github.com/sirupsen/logrus to avoid case-insensitive import collisions when
importing this project together with other projects that already refer to
logrus using its lower-case package name.

Signed-off-by: Max Goltzsche <[email protected]>
  • Loading branch information
mgoltzsche committed Sep 15, 2017
1 parent cfb23a2 commit 4d03523
Show file tree
Hide file tree
Showing 169 changed files with 18,292 additions and 12,212 deletions.
2 changes: 1 addition & 1 deletion cmd/oci-image-tool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"
"os"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/opencontainers/image-tools/version"
"github.com/urfave/cli"
)
Expand Down
12 changes: 6 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import:
- specs-go
- package: github.com/pkg/errors
version: ~0.8.0
- package: github.com/Sirupsen/logrus
- package: github.com/sirupsen/logrus
version: ~1.0.0
- package: github.com/urfave/cli
version: ~1.19.1
2 changes: 1 addition & 1 deletion image/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"strings"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/opencontainers/image-spec/schema"
"github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion image/manifest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"strings"
"testing"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/opencontainers/go-digest"
"github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
Expand Down
24 changes: 0 additions & 24 deletions vendor/github.com/dsnet/compress/LICENSE.md

This file was deleted.

74 changes: 0 additions & 74 deletions vendor/github.com/dsnet/compress/api.go

This file was deleted.

110 changes: 0 additions & 110 deletions vendor/github.com/dsnet/compress/bzip2/bwt.go

This file was deleted.

110 changes: 0 additions & 110 deletions vendor/github.com/dsnet/compress/bzip2/common.go

This file was deleted.

Loading

0 comments on commit 4d03523

Please sign in to comment.