mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/run_unsupported.go
generated
vendored
4
vendor/github.com/containers/buildah/run_unsupported.go
generated
vendored
@@ -5,8 +5,8 @@ package buildah
|
||||
import (
|
||||
"errors"
|
||||
|
||||
nettypes "github.com/containers/common/libnetwork/types"
|
||||
"github.com/containers/storage"
|
||||
nettypes "go.podman.io/common/libnetwork/types"
|
||||
"go.podman.io/storage"
|
||||
)
|
||||
|
||||
func setChildProcess() error {
|
||||
|
||||
Reference in New Issue
Block a user