mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
@@ -13,8 +13,6 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/containers/common/pkg/config"
|
||||
"github.com/containers/common/pkg/strongunits"
|
||||
gvproxy "github.com/containers/gvisor-tap-vsock/pkg/types"
|
||||
"github.com/containers/podman/v5/pkg/machine"
|
||||
"github.com/containers/podman/v5/pkg/machine/define"
|
||||
@@ -23,6 +21,8 @@ import (
|
||||
"github.com/containers/podman/v5/pkg/machine/sockets"
|
||||
"github.com/containers/podman/v5/pkg/machine/vmconfigs"
|
||||
"github.com/sirupsen/logrus"
|
||||
"go.podman.io/common/pkg/config"
|
||||
"go.podman.io/common/pkg/strongunits"
|
||||
)
|
||||
|
||||
type QEMUStubber struct {
|
||||
|
||||
Reference in New Issue
Block a user