updated vendor

This commit is contained in:
2026-06-16 08:02:19 +02:00
parent 2f7f99d3f0
commit 77299d0c64
1283 changed files with 67302 additions and 208958 deletions
+1
View File
@@ -44,6 +44,7 @@ func Export(img v1.Image, w io.Writer) error {
if err != nil {
return err
}
defer rc.Close()
_, err = io.Copy(w, rc)
return err
}