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
policy.go pkg/trust: use fileutils.(Le|E)xists 2024-04-19 09:52:14 +02:00
policy_test.go
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