kaniko/vendor/github.com/aws/smithy-go/transport/http
Jason Hall f067edae9f
Fix bug with log disabling (#1959)
Prior to this change, Kaniko disabled logging for its ecr-login
dependency by redirecting the logger's output to ioutil.Discard.
However, since that used the logrus standard logger, this had the effect
of completely disabling (redirecting to Discard) _all_ logging done by
Kaniko.

This caused integratiion test failures, and left any user of Kaniko
without any logging.

This fix updates the dependency on ecr-login to include a fix for this
issue, and updates to the new API introduced in that fix.
2022-02-28 15:02:05 -05:00
..
internal/io Bump deps (#1885) 2022-01-21 13:59:16 -05:00
checksum_middleware.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
client.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
doc.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
headerlist.go Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
host.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
md5_checksum.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware_close_response_body.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware_content_length.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware_headers.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware_http_logging.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware_metadata.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware_min_proto.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
request.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
response.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
time.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
url.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
user_agent.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00