mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/containers/podman/v5/pkg/machine/define"
|
||||
"github.com/containers/storage/pkg/fileutils"
|
||||
"go.podman.io/storage/pkg/fileutils"
|
||||
)
|
||||
|
||||
// defaultQMPTimeout is the timeout duration for the
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"github.com/containers/common/pkg/strongunits"
|
||||
"go.podman.io/common/pkg/strongunits"
|
||||
)
|
||||
|
||||
// SetMemory adds the specified amount of memory for the machine
|
||||
|
||||
@@ -5,7 +5,7 @@ package command
|
||||
import (
|
||||
"strconv"
|
||||
|
||||
"github.com/containers/common/pkg/strongunits"
|
||||
"go.podman.io/common/pkg/strongunits"
|
||||
)
|
||||
|
||||
// SetMemory adds the specified amount of memory for the machine
|
||||
|
||||
Reference in New Issue
Block a user