aboutsummaryrefslogtreecommitdiff
path: root/test/endpoint/pull_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-06 11:20:41 -0400
committerGitHub <noreply@github.com>2020-07-06 11:20:41 -0400
commit1a60550bef976a57777c75e055ad35ff8cf87f23 (patch)
tree0ddfcf25f83af0edd54ae3677634c2b14617f4c8 /test/endpoint/pull_test.go
parentaa4ec20c0f0d495acf753a4040db48df8c918dc5 (diff)
parent2d74811520db30cba7246dd1122d484b0c02e5d7 (diff)
downloadpodman-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/pull_test.go')
-rw-r--r--test/endpoint/pull_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/endpoint/pull_test.go b/test/endpoint/pull_test.go
index 25141d787..06813125e 100644
--- a/test/endpoint/pull_test.go
+++ b/test/endpoint/pull_test.go
@@ -5,7 +5,7 @@ package endpoint
import (
"os"
- . "github.com/containers/libpod/test/utils"
+ . "github.com/containers/libpod/v2/test/utils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)