Commit Graph

3 Commits

Author SHA1 Message Date
Paul Holzinger bb59d4611e use std maps package where possible
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-02-14 11:50:50 +01:00
Paul Holzinger 7e485a635f Replace golang.org/x/exp/slices with slices from std
Use "slices" from the standard library, this package was added in go
1.21 so we can use it now.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-04-22 14:12:47 +02:00
Nalin Dahyabhai 0f7852ef9b pkg/manifests.List: add SetSubject()/Subject()
Add methods for reading and writing the index-level "subject" field.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2024-02-05 09:36:48 -05:00