podman/pkg/trust
Paul Holzinger 56e62948f7
go1.23: use std maps package
With go 1.23 the maps package was added in the std library. The linter
now wants us to use that. However the API chnaged as it returns an
iterator, thus we also have to use slices.Collect().

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-11 17:21:24 +01:00
..
testdata Add support for showing keyPaths in (podman image trust show) 2022-08-25 01:52:59 +02:00
policy.go pkg/trust: use fileutils.(Le|E)xists 2024-04-19 09:52:14 +02:00
policy_test.go Preserve all unknown PolicyRequirement fields on (podman image trust set) 2022-08-25 01:52:59 +02:00
registries.go pkg/trust: use fileutils.(Le|E)xists 2024-04-19 09:52:14 +02:00
trust.go go1.23: use std maps package 2025-03-11 17:21:24 +01:00
trust_test.go Add support for showing keyPaths in (podman image trust show) 2022-08-25 01:52:59 +02:00