summaryrefslogtreecommitdiff
path: root/pkg/adapter/runtime_remote.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-31 20:34:36 +0200
committerGitHub <noreply@github.com>2020-03-31 20:34:36 +0200
commit56ab9e4cc8a33bb8a791a799753a11c33809dedf (patch)
tree1f0f7e2de1c9cfe41c3e49203772ea9d76df144a /pkg/adapter/runtime_remote.go
parent4e3010d4e761fcb3d6de3b38cac1dc5b4371b129 (diff)
parent7a12e01556773f0690b1e125f59dc0f4d38fdfcc (diff)
downloadpodman-56ab9e4cc8a33bb8a791a799753a11c33809dedf.tar.gz
podman-56ab9e4cc8a33bb8a791a799753a11c33809dedf.tar.bz2
podman-56ab9e4cc8a33bb8a791a799753a11c33809dedf.zip
Merge pull request #5649 from jwhonce/wip/varlink
V2 Move varlink home
Diffstat (limited to 'pkg/adapter/runtime_remote.go')
-rw-r--r--pkg/adapter/runtime_remote.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/adapter/runtime_remote.go b/pkg/adapter/runtime_remote.go
index a616e6c7a..a4ac660ea 100644
--- a/pkg/adapter/runtime_remote.go
+++ b/pkg/adapter/runtime_remote.go
@@ -22,12 +22,12 @@ import (
"github.com/containers/image/v5/types"
"github.com/containers/libpod/cmd/podman/cliconfig"
"github.com/containers/libpod/cmd/podman/remoteclientconfig"
- iopodman "github.com/containers/libpod/cmd/podman/varlink"
"github.com/containers/libpod/libpod"
"github.com/containers/libpod/libpod/define"
"github.com/containers/libpod/libpod/events"
"github.com/containers/libpod/libpod/image"
"github.com/containers/libpod/pkg/util"
+ iopodman "github.com/containers/libpod/pkg/varlink"
"github.com/containers/libpod/utils"
"github.com/containers/storage/pkg/archive"
"github.com/opencontainers/go-digest"