mirror of
https://github.com/containers/podman.git
synced 2025-11-14 01:57:58 +08:00
Vendor in containers/(storage,image, common, buildah)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/buildah/run_unix.go
generated
vendored
6
vendor/github.com/containers/buildah/run_unix.go
generated
vendored
@@ -1,13 +1,15 @@
|
||||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package buildah
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/containers/buildah/define"
|
||||
nettypes "github.com/containers/common/libnetwork/types"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/containers/storage"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
// ContainerDevices is an alias for a slice of github.com/opencontainers/runc/libcontainer/configs.Device structures.
|
||||
|
||||
Reference in New Issue
Block a user