mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
@ -8,10 +8,10 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/containers/common/libnetwork/types"
|
||||
"github.com/containers/common/pkg/config"
|
||||
storageTypes "github.com/containers/storage/types"
|
||||
"github.com/sirupsen/logrus"
|
||||
"go.podman.io/common/libnetwork/types"
|
||||
"go.podman.io/common/pkg/config"
|
||||
storageTypes "go.podman.io/storage/types"
|
||||
)
|
||||
|
||||
// ReadPodIDFile reads the specified file and returns its content (i.e., first
|
||||
|
Reference in New Issue
Block a user