mirror of
https://github.com/docker/cli.git
synced 2026-08-24 10:05:37 -05:00
Relevant changes (in vendor): - bpf: add security considerations to package docs - http2: initialize Transport on NewClientConn fixes: x/net/http2: zero Transport not ready for use - idna: reject all-ASCII xn-- labels on all Go versions fixes x/net/idna: ToUnicode accepts Punycode labels encoding pure ASCII labels full diff: https://github.com/golang/net/compare/v0.56.0...v0.57.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>