Merge pull request #11390 from giuseppe/logging-passthrough

logging: new mode -l passthrough
This commit is contained in:
OpenShift Merge Robot
2021-09-29 15:33:06 -04:00
committed by GitHub
13 changed files with 74 additions and 24 deletions

1
go.mod
View File

@ -41,6 +41,7 @@ require (
github.com/hpcloud/tail v1.0.0
github.com/json-iterator/go v1.1.12
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/mrunalp/fileutils v0.5.0
github.com/onsi/ginkgo v1.16.4