Merge pull request #12642 from Luap99/libnetwork

use libnetwork from c/common
This commit is contained in:
OpenShift Merge Robot
2022-01-13 18:06:54 +01:00
committed by GitHub
204 changed files with 3327 additions and 7617 deletions

View File

@ -8,13 +8,13 @@ import (
"syscall"
"github.com/containers/buildah/pkg/parse"
nettypes "github.com/containers/common/libnetwork/types"
"github.com/containers/common/pkg/config"
"github.com/containers/common/pkg/secrets"
"github.com/containers/image/v5/manifest"
"github.com/containers/image/v5/types"
"github.com/containers/podman/v3/libpod/define"
"github.com/containers/podman/v3/libpod/events"
nettypes "github.com/containers/podman/v3/libpod/network/types"
"github.com/containers/podman/v3/pkg/namespaces"
"github.com/containers/podman/v3/pkg/rootless"
"github.com/containers/podman/v3/pkg/specgen"