bump pkg/init containerd, runc and image-spec to fix CVEs

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-07-16 10:55:01 +03:00
parent 7b114bfa36
commit 1fe9d0ea76
1143 changed files with 121716 additions and 87692 deletions

View File

@@ -16,9 +16,7 @@
package fifo
import (
"errors"
)
import "errors"
var (
ErrClosed = errors.New("fifo closed")