vendor: update containers/common

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2024-10-11 23:04:19 +02:00
parent d512e44147
commit 8896ace2a4
196 changed files with 3047 additions and 1612 deletions

View File

@@ -1,5 +1,4 @@
//go:build !linux && !freebsd
// +build !linux,!freebsd
package mount

View File

@@ -1,5 +1,4 @@
//go:build freebsd && cgo
// +build freebsd,cgo
package mount

View File

@@ -1,6 +1,4 @@
//go:build !linux && !(freebsd && cgo)
// +build !linux
// +build !freebsd !cgo
package mount

View File

@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package mount

View File

@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package mount