docker / cli

The Docker CLI
Apache License 2.0
4.75k stars 1.88k forks source link

vendor: update various dependencies #5228

Closed thaJeztah closed 6 days ago

thaJeztah commented 6 days ago

vendor: github.com/klauspost/compress v1.17.9

full diff: https://github.com/klauspost/compress/compare/v1.17.4...v1.17.9

vendor: golang.org/x/sys v0.21.0

full diff: https://github.com/golang/sys/compare/v0.19.0...v0.21.0

vendor: golang.org/x/text v0.15.0

no changes in vendored code

full diff: https://github.com/golang/text/compare/v0.14.0...v0.15.0

vendor: golang.org/x/crypto v0.23.0

no changes in vendored code

full diff: https://github.com/golang/crypto/compare/v0.22.0...v0.23.0

vendor: golang.org/x/net v0.25.0

full diff: https://github.com/golang/net/compare/v0.24.0...v0.25.0

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.45%. Comparing base (f30d1ec) to head (a0c4e56). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5228 +/- ## ========================================== - Coverage 61.46% 61.45% -0.01% ========================================== Files 298 295 -3 Lines 20807 20809 +2 ========================================== Hits 12788 12788 - Misses 7106 7107 +1 - Partials 913 914 +1 ```