File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ require (
146146 k8s.io/utils v0.0.0-20230726121419-3b25d923346b
147147 namespacelabs.dev/go-filenotify v0.0.0-20220511192020-53ea11be7eaa
148148 namespacelabs.dev/go-ids v0.0.0-20221124082625-9fc72ee06af7
149- namespacelabs.dev/integrations v0.0.0-20250204162145-bf23e51e3a44
149+ namespacelabs.dev/integrations v0.0.0-20250205140238-018cebec5056
150150 sigs.k8s.io/controller-runtime v0.16.3
151151 sigs.k8s.io/yaml v1.3.0
152152)
Original file line number Diff line number Diff line change @@ -1626,8 +1626,8 @@ namespacelabs.dev/go-filenotify v0.0.0-20220511192020-53ea11be7eaa h1:jj2kjs0Hvu
16261626namespacelabs.dev/go-filenotify v0.0.0-20220511192020-53ea11be7eaa /go.mod h1:e8NJRaInXRRm1+KPA6EkGEzdLJAgEvVSIKiLzpP97nI =
16271627namespacelabs.dev/go-ids v0.0.0-20221124082625-9fc72ee06af7 h1:8NlnfPlzDSJr8TYV/qarIWwhjLd1gOXf3Jme0M/oGBM =
16281628namespacelabs.dev/go-ids v0.0.0-20221124082625-9fc72ee06af7 /go.mod h1:J+Sd+ngeffnCsaO/M7zgs2bR8Klq/ZBhS0+bbnDEH2M =
1629- namespacelabs.dev/integrations v0.0.0-20250204162145-bf23e51e3a44 h1:3I6V424BbgE2abTCFpnIy29YYFSOwICL0Lgu8aV5gaU =
1630- namespacelabs.dev/integrations v0.0.0-20250204162145-bf23e51e3a44 /go.mod h1:EKagMwZRHyVu1pfGGzR/2C9j9exM7/aTnsx6wJ5Chs0 =
1629+ namespacelabs.dev/integrations v0.0.0-20250205140238-018cebec5056 h1:fTzJChbZlnbPZcqDg4jHXDKT6pmeaG5eiO0zuOiTyYE =
1630+ namespacelabs.dev/integrations v0.0.0-20250205140238-018cebec5056 /go.mod h1:EKagMwZRHyVu1pfGGzR/2C9j9exM7/aTnsx6wJ5Chs0 =
16311631oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo =
16321632oras.land/oras-go v1.2.5 /go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo =
16331633rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ func newArtifactDownloadCmd() *cobra.Command {
106106 if err != nil {
107107 return err
108108 }
109+ defer reader .Close ()
109110
110111 w , err := os .Create (dest )
111112 if err != nil {
You can’t perform that action at this time.
0 commit comments