dependencies: update opencontainers/selinux to v1.11.0

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
Akhil Mohan
2023-09-04 10:24:26 +05:30
parent cd04f47e8b
commit 214772c110
15 changed files with 210 additions and 410 deletions

View File

@@ -111,6 +111,6 @@ func WalkN(root string, walkFn fs.WalkDirFunc, num int) error {
// walkArgs holds the arguments that were passed to the Walk or WalkN
// functions.
type walkArgs struct {
path string
entry fs.DirEntry
path string
}