mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
update c/{buildah,common,image,storage} to latest main
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/common/internal/deepcopy.go
generated
vendored
3
vendor/github.com/containers/common/internal/deepcopy.go
generated
vendored
@@ -1,9 +1,10 @@
|
||||
package internal
|
||||
|
||||
import (
|
||||
"slices"
|
||||
|
||||
v1 "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
"golang.org/x/exp/maps"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
// DeepCopyDescriptor copies a Descriptor, deeply copying its contents
|
||||
|
||||
Reference in New Issue
Block a user