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:
@@ -7,11 +7,11 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/containers/common/pkg/machine"
|
||||
"github.com/containers/podman/v5/libpod/define"
|
||||
"github.com/containers/podman/v5/pkg/domain/entities"
|
||||
"github.com/containers/podman/v5/pkg/specgen"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"go.podman.io/common/pkg/machine"
|
||||
)
|
||||
|
||||
func TestWinPath(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user