podman/vendor/github.com/docker
Paul Holzinger f2606c4230
fix deprecated docker v28 types
A lot of types are moved and now deprecated which causes lint issues.

IDResponse is copied into podman because that has no new 1 to 1
replacement. For some fields that we set as part of the docker API I
added the nolint directive as these fields might be used by API
consumers.

For the other types it is mostly a 1 to 1 move.

ParseUintList is deprecated but we can use the same function from
github.com/containers/storage/pkg/parsers instead.

Note that it containers breaking changes to pkg/bindings which we should
not do generally but given the prevoius commit already has a unavoidable
breaking change we might as well fix the IDResponse issue once now.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-11 16:24:34 +01:00
..
distribution Add newer c/i to support artifacts 2025-01-08 13:42:24 -06:00
docker fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00
docker-credential-helpers vendor: update docker v28 and c/{common,image} 2025-03-11 16:24:14 +01:00
go-connections fix(deps): update github.com/docker/go-connections digest to fa09c95 2023-12-04 02:04:47 +00:00
go-plugins-helpers fix(deps): update github.com/docker/go-plugins-helpers digest to 45e2431 2024-08-01 04:17:44 +00:00
go-units Bump github.com/docker/go-units from 0.4.0 to 0.5.0 2022-09-06 16:59:24 +02:00