diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-06 11:20:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:20:41 -0400 |
commit | 1a60550bef976a57777c75e055ad35ff8cf87f23 (patch) | |
tree | 0ddfcf25f83af0edd54ae3677634c2b14617f4c8 /test/endpoint/endpoint.go | |
parent | aa4ec20c0f0d495acf753a4040db48df8c918dc5 (diff) | |
parent | 2d74811520db30cba7246dd1122d484b0c02e5d7 (diff) | |
download | podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.gz podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.bz2 podman-1a60550bef976a57777c75e055ad35ff8cf87f23.zip |
Merge pull request #6865 from vrothberg/2.0-v2-module
[2.0] move go module to v2
Diffstat (limited to 'test/endpoint/endpoint.go')
-rw-r--r-- | test/endpoint/endpoint.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/endpoint/endpoint.go b/test/endpoint/endpoint.go index 20b5c577e..3352f36f2 100644 --- a/test/endpoint/endpoint.go +++ b/test/endpoint/endpoint.go @@ -13,8 +13,8 @@ import ( "syscall" "time" - "github.com/containers/libpod/pkg/rootless" - iopodman "github.com/containers/libpod/pkg/varlink" + "github.com/containers/libpod/v2/pkg/rootless" + iopodman "github.com/containers/libpod/v2/pkg/varlink" . "github.com/onsi/ginkgo" "github.com/onsi/gomega/gexec" ) |