Skip to content

Commit b15c388

Browse files
committed
update logrus
1 parent 71a4222 commit b15c388

32 files changed

+200
-1606
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/openzipkin/zipkin-go v0.1.3
2727
github.com/patrickmn/go-cache v2.1.0+incompatible
2828
github.com/prometheus/client_golang v0.9.2
29-
github.com/sirupsen/logrus v1.3.0
29+
github.com/sirupsen/logrus v1.4.1
3030
github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f // indirect
3131
go.opencensus.io v0.19.0
3232
golang.org/x/net v0.0.0-20181217023233-e147a9138326

go.sum

Lines changed: 2 additions & 57 deletions
Large diffs are not rendered by default.

test/fn-system-tests/exec_runner_status_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func (c *myCall) SlotHashId() string { return "" }
103103
func (c *myCall) Extensions() map[string]string { return nil }
104104
func (c *myCall) RequestBody() io.ReadCloser { return nil }
105105
func (c *myCall) ResponseWriter() http.ResponseWriter { return nil }
106-
func (c *myCall) StdErr() io.ReadWriteCloser { return nil }
107106
func (c *myCall) Model() *models.Call { return nil }
108107
func (c *myCall) GetUserExecutionTime() *time.Duration { return nil }
109108
func (c *myCall) AddUserExecutionTime(time.Duration) {}

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

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

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

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

vendor/github.com/sirupsen/logrus/README.md

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

vendor/github.com/sirupsen/logrus/alt_exit.go

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

vendor/github.com/sirupsen/logrus/entry.go

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

vendor/github.com/sirupsen/logrus/exported.go

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

vendor/github.com/sirupsen/logrus/go.mod

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

0 commit comments

Comments
 (0)