Update vendor of containers/(image, storage, common)

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-11-04 08:58:12 -04:00
parent 5aa32e45ad
commit 571833d562
108 changed files with 584 additions and 258 deletions

View File

@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package system

View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package system

View File

@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package system

View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package system

View File

@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package system

View File

@@ -1,3 +1,4 @@
//go:build linux || freebsd || solaris || darwin
// +build linux freebsd solaris darwin
package system

View File

@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package system

View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package system

View File

@@ -1,3 +1,4 @@
//go:build !linux && !freebsd
// +build !linux,!freebsd
package system

View File

@@ -1,3 +1,4 @@
//go:build !linux && !darwin
// +build !linux,!darwin
package system