diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-03-28 14:14:23 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2020-03-30 08:18:35 -0700 |
commit | 7a12e01556773f0690b1e125f59dc0f4d38fdfcc (patch) | |
tree | d5e0fbf54c13be036490b00a34ebdb5454040741 /test/endpoint/endpoint.go | |
parent | 0fa01c8bf82a69d9c923fa982b70b72fade84be6 (diff) | |
download | podman-7a12e01556773f0690b1e125f59dc0f4d38fdfcc.tar.gz podman-7a12e01556773f0690b1e125f59dc0f4d38fdfcc.tar.bz2 podman-7a12e01556773f0690b1e125f59dc0f4d38fdfcc.zip |
V2 Move varlink home
* move cmd/podman/varlink/* to pkg/varlink to support podmanV2 refactor
* update Makefile
* reformatted all impacted code
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'test/endpoint/endpoint.go')
-rw-r--r-- | test/endpoint/endpoint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/endpoint/endpoint.go b/test/endpoint/endpoint.go index 5b5484865..f1677ec5f 100644 --- a/test/endpoint/endpoint.go +++ b/test/endpoint/endpoint.go @@ -11,8 +11,8 @@ import ( "syscall" "time" - iopodman "github.com/containers/libpod/cmd/podman/varlink" "github.com/containers/libpod/pkg/rootless" + iopodman "github.com/containers/libpod/pkg/varlink" . "github.com/onsi/ginkgo" "github.com/onsi/gomega/gexec" ) |