vendor buildah@main

Note that the bud-logfile-with-split-logfile-by-platform test is skipped
on the remote client (see #14544).

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-06-08 11:55:13 +02:00
parent 9f1bd0a0a1
commit 46c8da7d9a
66 changed files with 2305 additions and 511 deletions

View File

@@ -1,7 +1,7 @@
package bind
import (
"github.com/containers/buildah/util"
"github.com/containers/common/pkg/util"
"github.com/opencontainers/runtime-spec/specs-go"
)