Skip to content

Commit e29f3ca

Browse files
committed
move Sirupsen to sirupsen on a case sensitive system
Signed-off-by: liangchenye <[email protected]>
1 parent 3a21ae6 commit e29f3ca

26 files changed

+44
-155
lines changed

Godeps/Godeps.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/oci-runtime-tool/main.go

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

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

cmd/runtimetest/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414
"strings"
1515
"syscall"
1616

17-
"github.com/Sirupsen/logrus"
1817
"github.com/hashicorp/go-multierror"
1918
"github.com/mndrix/tap-go"
2019
rspec "github.com/opencontainers/runtime-spec/specs-go"
20+
"github.com/sirupsen/logrus"
2121
"github.com/syndtr/gocapability/capability"
2222
"github.com/urfave/cli"
2323

validate/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"unicode"
1515
"unicode/utf8"
1616

17-
"github.com/Sirupsen/logrus"
1817
"github.com/blang/semver"
1918
rspec "github.com/opencontainers/runtime-spec/specs-go"
19+
"github.com/sirupsen/logrus"
2020
"github.com/syndtr/gocapability/capability"
2121
)
2222

vendor/github.com/Sirupsen/logrus/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/Sirupsen/logrus/.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

vendor/github.com/Sirupsen/logrus/README.md renamed to vendor/github.com/sirupsen/logrus/README.md

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)