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

bump logrus version to fix caller issue with Go 1.14 #1053

Merged
merged 1 commit into from Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 3 additions & 12 deletions Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Expand Up @@ -98,6 +98,10 @@ required = [
name = "github.com/satori/go.uuid"
version = "1.2.0"

[[override]]
name = "github.com/sirupsen/logrus"
version = "1.7.0"

[[constraint]]
name = "github.com/ugorji/go"
version = "1.1.7"
Expand Down
11 changes: 1 addition & 10 deletions cgmanifest.json
Expand Up @@ -612,15 +612,6 @@
}
}
},
{
"component": {
"type": "git",
"git": {
"commitHash": "f55edac94c9bbba5d6182a4be46d86a2c9b5b50e",
"repositoryUrl": "https://github.com/konsorten/go-windows-terminal-sequences/"
}
}
},
{
"component": {
"type": "git",
Expand Down Expand Up @@ -1030,7 +1021,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "839c75faf7f98a33d445d181f3018b5c3409a45e",
"commitHash": "6699a89a232f3db797f2e280639854bbc4b89725",
"repositoryUrl": "https://github.com/sirupsen/logrus/"
}
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions vendor/github.com/sirupsen/logrus/.gitignore

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

40 changes: 40 additions & 0 deletions vendor/github.com/sirupsen/logrus/.golangci.yml

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

14 changes: 3 additions & 11 deletions vendor/github.com/sirupsen/logrus/.travis.yml

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

27 changes: 25 additions & 2 deletions vendor/github.com/sirupsen/logrus/CHANGELOG.md

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