Skip to content

Commit 7e00216

Browse files
Bump c/storage to v1.59.0, c/image to v5.36.0
Possible replacement for containers#2476. I'm not sure if I messed something up when trying to merge in containers#2478 there, so thought I'd create this PR to see if I messed something up there when doing the merge/vendor. Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 6df5b01 commit 7e00216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/deepcopy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
v1 "github.com/opencontainers/image-spec/specs-go/v1"
88
)
99

10-
// DeepCopyDescriptor copies a Descriptor, deeply copying its contents
10+
// DeepCopyDescriptor copies a Descriptor, deeply copying its contents.
1111
func DeepCopyDescriptor(original *v1.Descriptor) *v1.Descriptor {
1212
tmp := *original
1313
if original.URLs != nil {

0 commit comments

Comments
 (0)