2024-07-15 21:52:24 +08:00
|
|
|
package define
|
|
|
|
|
|
|
|
import (
|
2025-08-29 20:55:12 +08:00
|
|
|
"go.podman.io/common/libimage"
|
|
|
|
"go.podman.io/common/libimage/manifests"
|
2024-07-15 21:52:24 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
// We changed a field of the latter type to the former, so make sure they're
|
|
|
|
// still type aliases so that doing so doesn't break API.
|
|
|
|
var _ libimage.LookupReferenceFunc = manifests.LookupReferenceFunc(nil)
|