Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency from Sirupsen/logrus to sirupsen/logrus #98

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions glide.lock

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

7 changes: 4 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package: qiniupkg.com/kirk
homepage: https://qiniu.com
license: MIT
import:
- package: github.com/Sirupsen/logrus
- package: github.com/sirupsen/logrus
version: ~0.10.0
- package: golang.org/x/net
- package: golang.org/x
subpackages:
- context
- net/context
- crypto/ssh/terminal
- package: qiniupkg.com/api.v7
version: ^7.0.5
subpackages:
Expand Down
2 changes: 1 addition & 1 deletion kirksdk/account_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"golang.org/x/net/context"
)

Expand Down
2 changes: 1 addition & 1 deletion kirksdk/qcos_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"syscall"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"golang.org/x/net/context"
"qiniupkg.com/kirk/kirksdk/mac"
"qiniupkg.com/x/rpc.v7"
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/Sirupsen/logrus/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/Sirupsen/logrus/.travis.yml

This file was deleted.

50 changes: 0 additions & 50 deletions vendor/github.com/Sirupsen/logrus/examples/basic/basic.go

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/github.com/Sirupsen/logrus/examples/hook/hook.go

This file was deleted.

61 changes: 0 additions & 61 deletions vendor/github.com/Sirupsen/logrus/formatters/logstash/logstash.go

This file was deleted.

This file was deleted.

67 changes: 0 additions & 67 deletions vendor/github.com/Sirupsen/logrus/hooks/test/test.go

This file was deleted.

39 changes: 0 additions & 39 deletions vendor/github.com/Sirupsen/logrus/hooks/test/test_test.go

This file was deleted.

Loading